arena-py API v1.0.1
arena .attributes .scale
Scale attribute class to manage its properties in the ARENA: 3D object scale.
Usage: scale=Scale(...)
or scale=Scale(x,y,z)
or scale=(x,y,z)
Parameters
- float|Iterable|Mapping x: x Defaults to '1' (optional)
- float y: y Defaults to '1' (optional)
- float z: z Defaults to '1' (optional)