Arch: fixed bug in importIFC

This commit is contained in:
Yorik van Havre 2014-08-31 13:29:15 -03:00
parent f2319de49d
commit dddc278cc5

View File

@ -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