mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-07 16:31:37 +00:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user