Instance Method
removeOverlap(_:grid:) removeOverlap:grid:error: removeOverlap_grid_error_
Removes overlaps between paths according to a set of options.
Declaration
func removeOverlap(_ options: GSPathOperationOptions, grid: GSGridSettings) throwsDeclaration
- (BOOL) removeOverlap:(GSPathOperationOptions) options grid:(GSGridSettings) grid error:(NSError **) error;Declaration
removeOverlap_grid_error_(options: GSPathOperationOptions, grid: GSGridSettings) -> tuple[bool, NSError]Parameters
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.
Subtracts selected paths from unselected paths.
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.