Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IfcOpenShell/IfcOpenShell
/ updateBcfProjectName
Function
updateBcfProjectName
src/bonsai/bonsai/bim/module/bcf/prop.py:56–58 ·
view source on GitHub ↗
(self, context)
Source
from the content-addressed store, hash-verified
54
55
56
def
updateBcfProjectName(self, context):
57
if
bcfstore.BcfStore.get_bcfxml():
58
bpy.ops.bim.edit_bcf_project_name()
59
60
61
def
updateBcfTopicName(self, context):
Callers
nothing calls this directly
Calls
1
get_bcfxml
Method · 0.80
Tested by
no test coverage detected