rhino_cmd_bounding_box
Get the world-axis-aligned bounding box of selected Rhino objects and return its corner points as structured data for programmatic use.
Instructions
Return the world-axis-aligned bounding box of selected objects.
Uses rhinoscriptsyntax so that the result can be parsed programmatically.
Args:
controller: RhinoController instance.
Returns:
Dict with command result containing bounding-box corner points.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |