Fix bug where invalidly mapped representations shouldn't be edited.

This commit is contained in:
Dion Moult
2023-04-11 21:50:06 +10:00
parent 7a82dbeaf4
commit 759a5a6b86
+1 -1
View File
@@ -274,7 +274,7 @@ class Geometry(blenderbim.core.tool.Geometry):
@classmethod
def is_meshlike(cls, representation):
if representation.RepresentationType in (
if ifcopenshell.util.representation.resolve_representation(representation).RepresentationType in (
"AdvancedBrep",
"Annotation2D",
"BoundingBox",