Move Components
modeling.move_componentsMove mesh vertices, edges, or faces by relative translation or absolute position, with world or object space control.
Instructions
Move mesh components (vertices, edges, faces) by relative translation or to an absolute position.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| absolute | No | Absolute [x, y, z] position (mutually exclusive with translate) | |
| translate | No | Relative [x, y, z] translation (mutually exclusive with absolute) | |
| components | Yes | Component strings to move (e.g., ['pCube1.vtx[0:3]']) | |
| world_space | No | Use world space coordinates (default True) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| errors | Yes | ||
| absolute | No | ||
| translate | No | ||
| world_space | Yes | ||
| components_moved | Yes |