(cls, mesh: TYPES_WITH_MESH_PROPERTIES)
| 94 | |
| 95 | @classmethod |
| 96 | def get_mesh_props(cls, mesh: TYPES_WITH_MESH_PROPERTIES) -> BIMMeshProperties: |
| 97 | return mesh.BIMMeshProperties |
| 98 | |
| 99 | @classmethod |
| 100 | def change_object_data(cls, obj: bpy.types.Object, data: bpy.types.ID, is_global: bool = False) -> None: |
no outgoing calls