Arch: Support of IfcBuildingElement and IfcPropertySets in ifc import/export

This commit is contained in:
Yorik van Havre
2018-07-04 14:49:31 -03:00
parent a790510d8e
commit 2f6fe25971
6 changed files with 318 additions and 159 deletions

View File

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