Arch: fixed bug in importIFC
This commit is contained in:
parent
f2319de49d
commit
dddc278cc5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user