diff --git a/src/blenderbim/blenderbim/tool/geometry.py b/src/blenderbim/blenderbim/tool/geometry.py index 03ee473a65..e398a9f966 100644 --- a/src/blenderbim/blenderbim/tool/geometry.py +++ b/src/blenderbim/blenderbim/tool/geometry.py @@ -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 = []