Full documentation for a ShapeBuilder method: params, types, return value.
(self, method: str)
| 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. |