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

Function ifc_quantify

src/ifcmcp/ifcmcp/server.py:126–127  ·  view source on GitHub ↗
(rule: str, selector: str = "")

Source from the content-addressed store, hash-verified

124
125 @server.tool()
126 def ifc_quantify(rule: str, selector: str = "") -> dict[str, Any]:
127 return session.ifc_quantify(rule=rule, selector=selector)
128
129 # ---- Shape builder ----
130 @server.tool()

Callers

nothing calls this directly

Calls 1

ifc_quantifyMethod · 0.80

Tested by

no test coverage detected