mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-18 22:33:33 +00:00
@@ -136,7 +136,6 @@ classes = [
|
|||||||
prop.BIMProperties,
|
prop.BIMProperties,
|
||||||
prop.IfcParameter,
|
prop.IfcParameter,
|
||||||
prop.PsetQto,
|
prop.PsetQto,
|
||||||
prop.GlobalId,
|
|
||||||
prop.BIMObjectProperties,
|
prop.BIMObjectProperties,
|
||||||
prop.BIMCollectionProperties,
|
prop.BIMCollectionProperties,
|
||||||
prop.BIMMeshProperties,
|
prop.BIMMeshProperties,
|
||||||
|
|||||||
@@ -627,11 +627,6 @@ class PsetQto(PropertyGroup):
|
|||||||
is_editable: bool
|
is_editable: bool
|
||||||
|
|
||||||
|
|
||||||
class GlobalId(PropertyGroup):
|
|
||||||
name: StringProperty(name="Name")
|
|
||||||
ifc_definition_id: IntProperty(name="IFC Definition ID")
|
|
||||||
|
|
||||||
|
|
||||||
class BIMCollectionProperties(PropertyGroup):
|
class BIMCollectionProperties(PropertyGroup):
|
||||||
obj: PointerProperty(type=bpy.types.Object)
|
obj: PointerProperty(type=bpy.types.Object)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user