Declaration

func removeOverlap(_ options: GSPathOperationOptions, grid: GSGridSettings) throws

Declaration

- (BOOL) removeOverlap:(GSPathOperationOptions) options grid:(GSGridSettings) grid error:(NSError **) error;

Declaration

removeOverlap_grid_error_(options: GSPathOperationOptions, grid: GSGridSettings) -> tuple[bool, NSError]

Parameters

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