entity_list
List and paginate SketchUp model entities with paths and world bounds, optionally recursing into components and reporting exact totals for large models.
Instructions
Paginate entities with paths and world bounds. Recursive traversal distinguishes shared component instances. Use scan_limit for large models; total_exact reports whether total is complete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | ||
| name | No | ||
| path | No | ||
| type | No | ||
| unit | No | mm | |
| limit | No | ||
| offset | No | ||
| model_id | No | ||
| entity_id | No | ||
| max_depth | No | ||
| recursive | No | ||
| scan_limit | No | ||
| active_path | No | ||
| include_total | No |