Skip to content

Commit 07745aa

Browse files
committed
1 parent 45afaba commit 07745aa

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

src/blenderbim/blenderbim/tool/geometry.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,8 @@ def is_meshlike(cls, representation):
333333
"Curve",
334334
"Curve2D",
335335
"Curve3D",
336+
"Edge",
337+
"Face",
336338
"FillArea",
337339
"GeometricCurveSet",
338340
"GeometricSet",

src/blenderbim/blenderbim/tool/model.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,8 @@ def get_manual_booleans(cls, element):
378378

379379
@classmethod
380380
def get_usage_type(cls, element):
381+
if element.is_a("IfcStructuralItem"):
382+
return
381383
material = ifcopenshell.util.element.get_material(element, should_inherit=False)
382384
if material:
383385
if material.is_a("IfcMaterialLayerSetUsage"):

0 commit comments

Comments
 (0)