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

Method get_project_props

src/bonsai/bonsai/tool/project.py:70–71  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

68class Project(bonsai.core.tool.Project):
69 @classmethod
70 def get_project_props(cls) -> BIMProjectProperties:
71 return bpy.context.scene.BIMProjectProperties
72
73 @classmethod
74 def get_measure_tool_settings(cls) -> MeasureToolSettings:

Calls

no outgoing calls