This commit is contained in:
Andrej730
2024-01-29 11:13:22 +05:00
parent 0da3270c7f
commit ce37c49624
+1 -1
View File
@@ -735,7 +735,7 @@ class Geometry(blenderbim.core.tool.Geometry):
def get_shape_aspects(cls, element):
# IfcProduct
if hasattr(element, "Representation"):
return element.Representation.ShapeOfProduct
return element.Representation.HasShapeAspects
# IfcTypeProduct
shape_aspects = []