apply_transforms property

apply_transforms property

Gets or sets the option to apply transformations to the Path segments. It is ‘false’ by default.

Definition:

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

See Also