poly_slice
Slice polygon objects along the x, y, or z axis at a given offset. Optionally split cut faces into two groups for separate editing.
Instructions
用一个平面切割多边形对象(沿 x/y/z 轴、可平移 offset)。split 为真时把切出的面分成两组。 [English] Slice a polygon object with a plane aligned to the x/y/z axis, shifted by offset. With split true the cut faces are split into two groups.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| axis | No | 切割平面法线轴:x / y / z,默认 z。 | Plane normal axis: x / y / z, default z. | |
| split | No | 是否把切面分成两组,默认否。 | Split the cut faces into two groups, default false. | |
| offset | No | 平面沿轴的偏移(场景单位)。 | Plane offset along the axis (scene units). | |
| objects | No | 对象名列表;省略则使用当前选择。 | Object names; omit to use the current selection. |