Instance Method
pathIntersectCheckSelection(_:)pathIntersectCheckSelection:error: pathIntersectCheckSelection_error_
Intersects applicable selected and unselected paths.
Declaration
func pathIntersectCheckSelection(_ checkSelection: Bool) throwsDeclaration
- (BOOL) pathIntersectCheckSelection:(BOOL) checkSelection error:(NSError **) error;Declaration
pathIntersectCheckSelection_error_(checkSelection: bool) -> tuple[bool, NSError]Parameters
checkSelectionWhether to use the layer selection to partition the paths.
Parameters
checkSelectionWhether to use the layer selection to partition the paths.
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 selected paths from unselected paths.
Subtracts one mutable path collection from another.
Intersects selected paths with unselected paths.