List all ShapeBuilder geometry methods with one-line descriptions and parameter names.
(self)
| 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.""" |