list_components
List groups and component instances in a SketchUp model with their IDs, names, types, layers, depths, and bounding boxes. Optionally descend into nested components up to a specified depth.
Instructions
List groups and component instances in the model.
Returns each as {id, name, type, layer, depth, bbox_mm}. Bounds are in world coordinates. Set recursive=true to descend into nested components (bounded by max_depth, default 3).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| recursive | No | ||
| max_depth | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |