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

Method ifc_shape_list

src/ifcmcp/ifcmcp/core.py:458–460  ·  view source on GitHub ↗

List all ShapeBuilder geometry methods with one-line descriptions and parameter names.

(self)

Source from the content-addressed store, hash-verified

456 # Shape builder tools
457 # ------------------------
458 def ifc_shape_list(self) -> list[dict]:
459 """List all ShapeBuilder geometry methods with one-line descriptions and parameter names."""
460 return _list_shape_methods()
461
462 def ifc_shape_docs(self, method: str) -> dict:
463 """Full documentation for a ShapeBuilder method: params, types, return value."""

Calls 1

_list_shape_methodsFunction · 0.85