nx_circular_pattern
Duplicates a body in a circular pattern around an axis and center point, producing independent instances with a chosen count and total sweep angle.
Instructions
Pattern a body circularly about an axis through center.
count is the total number of instances including the original
(count=4 yields 4 bodies); angle is the total sweep in degrees
(360.0 distributes evenly around a full circle). The original body is
kept and new instances are independent bodies (NOT united); use
nx_unite if merging is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| axis | Yes | ||
| angle | Yes | ||
| count | Yes | ||
| center | Yes | ||
| body_id | Yes | ||
| reverse | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | success | |
| message | No | ||
| objects | Yes |