(cls, obj: bpy.types.Object)
| 112 | |
| 113 | @classmethod |
| 114 | def get_array_props(cls, obj: bpy.types.Object) -> BIMArrayProperties: |
| 115 | return obj.BIMArrayProperties |
| 116 | |
| 117 | @classmethod |
| 118 | def get_epg_props(cls, obj: bpy.types.Object) -> BIMExternalParametricGeometryProperties: |
no outgoing calls