rhino_object_select
Select Rhino objects by ID or attribute filters such as layer, type, name, color, and user text. Combine multiple criteria with AND logic, and clear the current selection before applying new ones.
Instructions
Select objects by ID and/or attribute filters.
Filter fields combine with AND semantics. ``object_ids`` short-circuits
the other filters when provided. Standalone mode marks matches with the
``rhino_mcp_selected`` user-string (since rhino3dm has no selection
state); bridge mode delegates to Rhino's native selection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||