twist property

twist property

The number of degrees of through which the shape is extruded.

Definition:

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

See Also