rotation_x property

rotation_x property

Gets and sets the rotation of the extruded shape around the x-axis in degrees.

Definition:

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

See Also