mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 18:16:40 +00:00
@@ -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 = []
|
||||
|
||||
Reference in New Issue
Block a user