Instance Method
pathSubtractKeepOverlaps(_:)pathSubtractKeepOverlaps:error: pathSubtractKeepOverlaps_error_
Subtracts selected paths from unselected paths.
Declaration
func pathSubtractKeepOverlaps(_ keepOverlaps: Bool) throwsDeclaration
- (BOOL) pathSubtractKeepOverlaps:(BOOL) keepOverlaps error:(NSError **) error;Declaration
pathSubtractKeepOverlaps_error_(keepOverlaps: bool) -> tuple[bool, NSError]Parameters
keepOverlapsWhether to preserve overlapping path fragments in the result.
Parameters
keepOverlapsWhether to preserve overlapping path fragments in the result.
errorOn output, a pointer to an error object that describes why the method failed, or
nilif no error occurred. If you are not interested in the error information, passnilfor this parameter.
Return Value
Whether the operation completed successfully.
See Also
Boolean Operations
Removes overlaps between applicable paths.
Removes overlaps between applicable paths using explicit open-path and grid settings.
Removes overlaps between paths according to a set of options.
Subtracts selected paths from unselected paths.
Subtracts one mutable path collection from another.
Intersects selected paths with unselected paths.
Intersects applicable selected and unselected paths.