rhino_cmd_sphere
Create a sphere in Rhino at a specified center (x, y, z) and radius.
Instructions
Create a sphere in Rhino.
Args:
controller: RhinoController instance.
x, y, z: World-space center point.
radius: Sphere radius.
Returns:
Dict with 'status' and 'command' keys.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | ||
| y | No | ||
| z | No | ||
| radius | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |