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

Class BcfLabel

src/bonsai/bonsai/bim/module/bcf/prop.py:85–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83
84
85class BcfLabel(PropertyGroup):
86 name: StringProperty(
87 name="Name",
88 update=updateBcfLabel,
89 search=lambda s, c, t: get_extensions_items(s, c, t, extensions_attr="topic_labels"),
90 )
91
92
93def getBcfViewpoints(self, context, force_update=False):

Callers

nothing calls this directly

Calls 1

get_extensions_itemsFunction · 0.85

Tested by

no test coverage detected