shear_bottom property

shear_bottom property

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

Definition:

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

See Also