Move Components
modeling.move_componentsMove vertices, edges, or faces of a mesh by relative translation or set them to an absolute position in world or object space.
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 |