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

Method get_context

src/ifc2ca/ifc2ca.py:71–72  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

69 return self.file.by_type("IfcStructuralAnalysisModel")
70
71 def get_context(self):
72 return ifcopenshell.util.representation.get_context(self.file, "Model", "Reference", "GRAPH_VIEW")
73
74 ## functions related to members and connections
75 def get_items(self, model: ios.entity_instance | None = None):

Callers 12

parse_elementMethod · 0.95
parse_connectionMethod · 0.95
__init__Method · 0.45
create_fillMethod · 0.45
create_edgesMethod · 0.45
patchMethod · 0.45
_body_contextMethod · 0.45
test_changed_geometryMethod · 0.45

Calls

no outgoing calls