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

Method ifc_shape_docs

src/ifcmcp/ifcmcp/core.py:462–464  ·  view source on GitHub ↗

Full documentation for a ShapeBuilder method: params, types, return value.

(self, method: str)

Source from the content-addressed store, hash-verified

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."""
464 return _shape_method_docs(method)
465
466 def ifc_shape(self, method: str, params: Any = "{}") -> dict:
467 """Call a ShapeBuilder method by name. Returns the created entity's step ID.

Callers 7

ifc_shape_docsFunction · 0.80
test_extrude_docsMethod · 0.80
test_has_return_typeMethod · 0.80
test_unknown_methodMethod · 0.80

Calls 1

_shape_method_docsFunction · 0.85

Tested by 6

test_extrude_docsMethod · 0.64
test_has_return_typeMethod · 0.64
test_unknown_methodMethod · 0.64