(cls, geometry: ifcopenshell.geom.ShapeType)
| 85 | |
| 86 | @classmethod |
| 87 | def get_mesh_name_from_shape(cls, geometry: ifcopenshell.geom.ShapeType) -> str: |
| 88 | representation_id = cls.get_representation_id_from_shape(geometry) |
| 89 | return cls.get_mesh_name(tool.Ifc.get().by_id(representation_id)) |
| 90 | |
| 91 | @classmethod |
| 92 | def get_mesh_name(cls, representation: ifcopenshell.entity_instance) -> str: |
no test coverage detected