Fix Ifc Spatial Element Default Composition Type should be 'Element'
This commit is contained in:
committed by
Yorik van Havre
parent
b9d7cd23a9
commit
25b4e319eb
@@ -212,6 +212,7 @@ class _Space(ArchComponent.Component):
|
||||
ArchComponent.Component.__init__(self,obj)
|
||||
self.setProperties(obj)
|
||||
obj.IfcType = "Space"
|
||||
obj.CompositionType = "ELEMENT"
|
||||
|
||||
def setProperties(self,obj):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user