Fix Ifc Spatial Element Default Composition Type should be 'Element'
This commit is contained in:
committed by
Yorik van Havre
parent
b9d7cd23a9
commit
25b4e319eb
@@ -503,6 +503,8 @@ class _Site(ArchIFC.IfcProduct):
|
||||
obj.Proxy = self
|
||||
self.setProperties(obj)
|
||||
obj.IfcType = "Site"
|
||||
obj.CompositionType = "ELEMENT"
|
||||
|
||||
|
||||
def setProperties(self,obj):
|
||||
"""Gives the object properties unique to sites.
|
||||
|
||||
Reference in New Issue
Block a user