entity_transform
Transform a SketchUp group or instance in its parent coordinates by scaling, rotating, and translating it; supports axis-angle or legacy Euler rotations and matrix replacement.
Instructions
Transform a group/instance in its parent coordinates. Scale, rotate, then translate. Matrix replaces transform; column major with translation in unit. Axis-angle preferred; legacy Euler X,Y,Z supported.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| axis | No | ||
| path | No | ||
| unit | No | mm | |
| pivot | No | ||
| scale | No | ||
| matrix | No | ||
| model_id | No | ||
| entity_id | No | ||
| translation | No | ||
| angle_degrees | No | ||
| rotation_degrees | No |