rotation_z property

rotation_z property

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

Definition:

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

See Also