Allow export of objects contained inside IfcSpace and other spatial elements

This commit is contained in:
Dion Moult
2020-03-19 14:37:18 +11:00
parent 772468d1ec
commit 41acb6c985
4 changed files with 60 additions and 46 deletions
+2 -1
View File
@@ -479,7 +479,8 @@ class BoundaryCondition(PropertyGroup):
class BIMObjectProperties(PropertyGroup):
global_ids: CollectionProperty(name="GlobalIds", type=GlobalId)
attributes: CollectionProperty(name="Attributes", type=Attribute)
type_product: PointerProperty(name='Type Product', type=bpy.types.Object)
relating_type: PointerProperty(name='Type Product', type=bpy.types.Object)
relating_structure: PointerProperty(name='Spatial Container', type=bpy.types.Object)
psets: CollectionProperty(name="Psets", type=Pset)
applicable_attributes: EnumProperty(items=getApplicableAttributes, name="Attribute Names")
documents: CollectionProperty(name="Documents", type=Document)