mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 01:41:57 +00:00
Mesh.ifc_definition - remove unused property
Introduced in 6cc4ce4, seems to be gone for a while now.
This commit is contained in:
@@ -533,7 +533,6 @@ class BIMMeshProperties(PropertyGroup):
|
||||
is_swept_solid: BoolProperty(name="Is Swept Solid")
|
||||
is_parametric: BoolProperty(name="Is Parametric", default=False)
|
||||
subshape_type: StringProperty(name="Subshape Type")
|
||||
ifc_definition: StringProperty(name="IFC Definition")
|
||||
ifc_parameters: CollectionProperty(name="IFC Parameters", type=IfcParameter)
|
||||
item_attributes: CollectionProperty(name="Item Attributes", type=Attribute)
|
||||
material_checksum: StringProperty(name="Material Checksum", default="[]")
|
||||
|
||||
Reference in New Issue
Block a user