Link Search Menu Expand Document

arena-py API v0.9.6

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 x: x Defaults to '1' (optional)
  • float y: y Defaults to '1' (optional)
  • float z: z Defaults to '1' (optional)
Scale(x=None, y=None, z=None)
def to_str(self):
array