cst_transform_translate
Translate a solid by a specified displacement vector along X, Y, and Z axes. Optionally create a translated copy without modifying the original.
Instructions
Translate (move) a solid by a displacement vector (dx, dy, dz). Optionally create a translated copy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dx | Yes | Translation distance along X axis | |
| dy | Yes | Translation distance along Y axis | |
| dz | Yes | Translation distance along Z axis | |
| copy | No | If true, create a copy instead of moving the original | |
| solid | Yes | Solid reference in "Component:Solid" format |