scale_entity
Resize a 3D entity by a uniform scale factor or axis-specific factors. Provide entity ID and scale values.
Instructions
Scale an entity. Provide a single number for uniform scaling, or [x, y, z] array for non-uniform scaling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scale | Yes | Scale factor (number) or [x, y, z] scale factors (array) | |
| origin | No | [x, y, z] origin point for scaling (default [0,0,0]) | |
| entity_id | Yes | ID of the entity to scale |