(self)
| 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): |
no outgoing calls