light_angle property

light_angle property

Gets and sets the angle of the extrusion lights.

Definition:

@property
def light_angle(self):
    ...
@light_angle.setter
def light_angle(self, value):
    ...

See Also