array_objects
Clone selected objects into 1D, 2D, or 3D grids or radial arrangements around an axis, with control over counts, spacing, and radius.
Instructions
按 1D/2D/3D 网格(grid)或绕轴环形(radial)阵列复制对象。grid 用 count1/2/3 与 spacing1/2/3;radial 用 count1、axis、radius 绕轴均布。 [English] Array-clone objects in a 1D/2D/3D grid or radially around an axis. grid uses count1/2/3 + spacing1/2/3; radial uses count1, axis, radius.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| axis | No | radial 模式下的旋转轴 x/y/z,默认 z。 | radial rotation axis x/y/z, default z. | |
| mode | No | grid=网格阵列,radial=绕轴环形。 | grid or radial. | grid |
| center | No | 阵列中心 [x,y,z]。 | Array center [x,y,z]. | |
| count1 | No | 第 1 轴数量,默认 3。 | Count on axis 1, default 3. | |
| count2 | No | 第 2 轴数量,默认 1。 | Count on axis 2, default 1. | |
| count3 | No | 第 3 轴数量,默认 1。 | Count on axis 3, default 1. | |
| radius | No | radial 模式下的环形半径。 | radial ring radius. | |
| objects | No | 要阵列的对象列表;省略则用当前选择。 | Objects to array; omit for the selection. | |
| spacing1 | No | 第 1 轴间距。 | Spacing on axis 1. | |
| spacing2 | No | 第 2 轴间距。 | Spacing on axis 2. | |
| spacing3 | No | 第 3 轴间距。 | Spacing on axis 3. |