MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / get_array_props

Method get_array_props

src/bonsai/bonsai/tool/model.py:114–115  ·  view source on GitHub ↗
(cls, obj: bpy.types.Object)

Source from the content-addressed store, hash-verified

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:

Callers 9

setup_arrayMethod · 0.80
drawMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
_executeMethod · 0.80
_executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80

Calls

no outgoing calls

Tested by 1

setup_arrayMethod · 0.64