poly_set_vertex
Position a single vertex by absolute coordinates or relative offset in 3ds Max, using current scene units. Provide vertex index and one of position or offset.
Instructions
把单个顶点移动到绝对坐标(position)或相对偏移(offset)。不能同时省略两者。坐标使用当前场景单位。 [English] Move a single vertex to an absolute position or by a relative offset. Exactly one of position/offset is required. Coordinates use the current scene unit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | Yes | 顶点索引(从 1 开始)。 | Vertex index (1-based). | |
| offset | No | 相对偏移 [x,y,z]。 | Relative offset [x,y,z]. | |
| objects | No | 对象名列表;省略则使用当前选择。 | Object names; omit to use the current selection. | |
| position | No | 绝对坐标 [x,y,z]。 | Absolute position [x,y,z]. |