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

Method get_bcf_props

src/bonsai/bonsai/tool/bcf.py:46–47  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

44class Bcf(bonsai.core.tool.Bcf):
45 @classmethod
46 def get_bcf_props(cls) -> BCFProperties:
47 return bpy.context.scene.BCFProperties
48
49 @classmethod
50 def get_path(cls) -> str:

Callers 15

getBcfViewpointsFunction · 0.80
get_bcfxmlMethod · 0.80
setMethod · 0.80
drawMethod · 0.80
drawMethod · 0.80
drawMethod · 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

no test coverage detected