rotate_object
Rotate an existing GEOM object around a chosen axis (X, Y, or Z) by a specified angle in degrees. Modifies the geometry directly, eliminating the need to create a new copy.
Instructions
Rotate a GEOM object in place around X/Y/Z axis (degrees, no new copy).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| axis | No | Z | |
| source_ref | Yes | ||
| angle_degrees | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |