Arch: Added IFC pref option to export objects with full parametric properties

This commit is contained in:
Yorik van Havre
2017-07-31 16:47:40 -03:00
parent 1220eb00b4
commit ea708c14b0
2 changed files with 60 additions and 37 deletions

View File

@@ -456,7 +456,7 @@ class _Structure(ArchComponent.Component):
FreeCAD.Console.PrintWarning(translate("Arch","This mesh is an invalid solid")+"\n")
obj.Base.ViewObject.show()
if not base:
FreeCAD.Console.PrintError(translate("Arch","Error: Invalid base object")+"\n")
#FreeCAD.Console.PrintError(translate("Arch","Error: Invalid base object")+"\n")
return
base = self.processSubShapes(obj,base,pl)