mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 02:02:22 +00:00
Fix bug where invalidly mapped representations shouldn't be edited.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user