Declaration

func pathIntersectCheckSelection(_ checkSelection: Bool) throws

Declaration

- (BOOL) pathIntersectCheckSelection:(BOOL) checkSelection error:(NSError **) error;

Declaration

pathIntersectCheckSelection_error_(checkSelection: bool) -> tuple[bool, NSError]

Parameters

checkSelection

Whether to use the layer selection to partition the paths.

Parameters

checkSelection

Whether to use the layer selection to partition the paths.

error

On output, a pointer to an error object that describes why the method failed, or nil if no error occurred. If you are not interested in the error information, pass nil for this parameter.

Return Value

Whether the operation completed successfully.

See Also

Boolean Operations