mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-12 06:32:09 +00:00
Fixed #4310
This commit is contained in:
@@ -63,8 +63,9 @@ class Type(blenderbim.core.tool.Type):
|
|||||||
types = ifc_file.by_type("IfcElementType")
|
types = ifc_file.by_type("IfcElementType")
|
||||||
# exclude IfcSpatialElementType
|
# exclude IfcSpatialElementType
|
||||||
types += ifc_file.by_type("IfcTypeProduct", include_subtypes=False)
|
types += ifc_file.by_type("IfcTypeProduct", include_subtypes=False)
|
||||||
types += ifc_file.by_type("IfcWindowStyle")
|
if not tool.Ifc.get_schema().startswith("IFC4X3"):
|
||||||
types += ifc_file.by_type("IfcDoorStyle")
|
types += ifc_file.by_type("IfcWindowStyle")
|
||||||
|
types += ifc_file.by_type("IfcDoorStyle")
|
||||||
return types
|
return types
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
|
|||||||
Reference in New Issue
Block a user