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

Function updateBcfLabel

src/bonsai/bonsai/bim/module/bcf/prop.py:51–53  ·  view source on GitHub ↗
(self, context)

Source from the content-addressed store, hash-verified

49
50
51def updateBcfLabel(self, context):
52 if bcfstore.BcfStore.get_bcfxml():
53 bpy.ops.bim.edit_bcf_labels()
54
55
56def updateBcfProjectName(self, context):

Callers

nothing calls this directly

Calls 1

get_bcfxmlMethod · 0.80

Tested by

no test coverage detected