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