should_apply_transform property

should_apply_transform property

Gets or sets apply transform flag

Definition:

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

See Also