rot_with_shape property

rot_with_shape property

Gets and sets if the reflection should rotate with the shape.

Definition:

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

See Also