Arch: fixed bug in importIFC
This commit is contained in:
@@ -299,6 +299,7 @@ def export(exportList,filename):
|
||||
elif ifctype == "Rebar":
|
||||
ifctype = "ReinforcingBar"
|
||||
elif ifctype == "HydroEquipment":
|
||||
ifctype = "SanitaryTerminal"
|
||||
elif ifctype == "ElectricEquipment":
|
||||
ifctype == "ElectricAppliance"
|
||||
ifctype = "Ifc" + ifctype
|
||||
|
||||
Reference in New Issue
Block a user