get_ifc_spatial_structure
Extract the hierarchical spatial structure of IFC models (site, building, storey, space) in JSON format for analysis and integration with Blender through the Bonsai-mcp server.
Instructions
Get the spatial structure of the IFC model (site, building, storey, space hierarchy).
Returns:
A JSON-formatted string representing the hierarchical structure of the IFC model
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"title": "get_ifc_spatial_structureArguments",
"type": "object"
}