rhino_sel_by_color
Select objects in Rhino by their display color. Provide an RGB string like '255,0,0' to pick all matching objects.
Instructions
Select objects by display color.
Args:
color_rgb: Comma-separated RGB string, e.g. '255,0,0' for red.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| color_rgb | No | 255,0,0 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |