cst_transform_scale
Scale a solid independently along X, Y, Z axes with optional center point and copy mode.
Instructions
Scale a solid by independent factors along each axis. An optional center point can be specified.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| copy | No | If true, create a copy instead of moving the original | |
| solid | Yes | Solid reference in "Component:Solid" format | |
| scale_x | No | Scale factor along X axis | |
| scale_y | No | Scale factor along Y axis | |
| scale_z | No | Scale factor along Z axis | |
| center_x | No | X coordinate of the transform center | |
| center_y | No | Y coordinate of the transform center | |
| center_z | No | Z coordinate of the transform center |