mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-24 06:18:05 +00:00
@@ -735,7 +735,7 @@ class Geometry(blenderbim.core.tool.Geometry):
|
|||||||
def get_shape_aspects(cls, element):
|
def get_shape_aspects(cls, element):
|
||||||
# IfcProduct
|
# IfcProduct
|
||||||
if hasattr(element, "Representation"):
|
if hasattr(element, "Representation"):
|
||||||
return element.Representation.ShapeOfProduct
|
return element.Representation.HasShapeAspects
|
||||||
|
|
||||||
# IfcTypeProduct
|
# IfcTypeProduct
|
||||||
shape_aspects = []
|
shape_aspects = []
|
||||||
|
|||||||
Reference in New Issue
Block a user