spin_mesh
Creates rotational geometry by spinning a mesh around a defined axis. Use to model round shapes such as vases, columns, or wheels.
Instructions
Spin (lathe) mesh geometry around an axis.
Creates rotational geometry by duplicating and rotating the selected geometry around a center point. Great for creating round shapes like vases, columns, or wheels.
Args: object_name: Name of the mesh object. angle: Total spin angle in radians. Range: -6.283 to 6.283 (full circle). steps: Number of steps in the spin. Range: 1-1000. axis: Spin axis as XYZ vector. Defaults to Z-up (0, 0, 1). center: Center point for the spin as XYZ. Defaults to origin.
Returns: Confirmation dict.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_name | Yes | ||
| angle | No | ||
| steps | No | ||
| axis | No | ||
| center | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||