shear_top property

shear_top property

Gets or sets of the shear transform of the top side, vector stores the (x-axis, z-axis) shear value that measured in radian, default value is (0, 0)

Definition:

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

See Also