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

Function get_profiles

src/bonsai/bonsai/bim/prop.py:735–740  ·  view source on GitHub ↗
(self: "BIMMeshProperties", context: bpy.types.Context)

Source from the content-addressed store, hash-verified

733
734
735def get_profiles(self: "BIMMeshProperties", context: bpy.types.Context):
736 from bonsai.bim.module.model.data import ItemData
737
738 if not ItemData.is_loaded:
739 ItemData.load()
740 return ItemData.data["profiles_enum"]
741
742
743SubshapeType = Literal["-", "PROFILE", "AXIS"]

Callers

nothing calls this directly

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected