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

Method test_select_slabs

src/ifcmcp/tests/test_query.py:85–88  ·  view source on GitHub ↗
(self, loaded_session)

Source from the content-addressed store, hash-verified

83 assert result[0]["name"] == "Wall001"
84
85 def test_select_slabs(self, loaded_session):
86 result = loaded_session.ifc_select("IfcSlab")
87 assert len(result) == 1
88 assert result[0]["name"] == "Slab001"
89
90 def test_select_no_match(self, loaded_session):
91 result = loaded_session.ifc_select("IfcWindow")

Callers

nothing calls this directly

Calls 1

ifc_selectMethod · 0.80

Tested by

no test coverage detected