nx_linear_pattern
Create linear patterns of a 3D body along X, Y, or Z axis with specified count and spacing. Generates independent instances while preserving the original body.
Instructions
Pattern a body linearly along X/Y/Z.
count is the total number of instances including the original
(count=4 yields 4 bodies); spacing is the per-instance delta in mm.
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 |
|---|---|---|---|
| count | Yes | ||
| body_id | Yes | ||
| reverse | No | ||
| spacing | Yes | ||
| direction | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | success | |
| message | No | ||
| objects | Yes |