You can now edit the unit basis of a cost value for a schedule of rates

This commit is contained in:
Dion Moult
2021-08-13 11:56:33 +10:00
parent 44c868caed
commit 2a6d6cfdbf
7 changed files with 120 additions and 20 deletions
@@ -197,6 +197,10 @@ def get_property_unit(prop, ifc_file):
return units[0]
def get_unit_measure_type(unit_type):
return "Ifc" + unit_type[0:-4].lower().capitalize() + "Measure"
def get_symbol_quantity_class(symbol):
# Dumb, but everybody gets it, unlike regex golf
if not symbol: