IfcElementType now appears first in Object Metadata

Because it's seems more general workflow to create types than just assign classes.
Example - https://i.imgur.com/DD8twX3.png
This commit is contained in:
Andrej730
2023-08-29 10:42:33 +05:00
parent bc9b482373
commit 808ff548ec
@@ -49,8 +49,8 @@ class IfcClassData:
@classmethod
def ifc_products(cls):
products = [
"IfcElement",
"IfcElementType",
"IfcElement",
"IfcSpatialElement",
"IfcSpatialElementType",
"IfcGroup",
@@ -62,8 +62,8 @@ class IfcClassData:
version = tool.Ifc.get_schema()
if version == "IFC2X3":
products = [
"IfcElement",
"IfcElementType",
"IfcElement",
"IfcSpatialStructureElement",
"IfcGroup",
"IfcStructuralItem",