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

Method get_model_props

src/bonsai/bonsai/tool/model.py:86–87  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

84class Model(bonsai.core.tool.Model):
85 @classmethod
86 def get_model_props(cls) -> BIMModelProperties:
87 return bpy.context.scene.BIMModelProperties
88
89 @classmethod
90 def get_door_props(cls, obj: bpy.types.Object) -> BIMDoorProperties:

Callers 15

construction_typeFunction · 0.80
test_runMethod · 0.80
test_runMethod · 0.80
update_bim_tool_propsFunction · 0.80
load_postFunction · 0.80
drawMethod · 0.80
drawMethod · 0.80
_executeMethod · 0.80
executeMethod · 0.80

Calls

no outgoing calls

Tested by 6

construction_typeFunction · 0.64
test_runMethod · 0.64
test_runMethod · 0.64