circular_pattern
Create a circular pattern of specified bodies around a chosen axis, controlling the number of instances and total angle.
Instructions
Create a circular pattern of bodies around an axis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body_names | Yes | Array of body names to pattern. | |
| axis | Yes | Pattern axis: 'X', 'Y', or 'Z'. | |
| count | Yes | Number of instances (including original). | |
| angle | No | Total angle in degrees. Use 360 for full circle. |