Instance Method
checkForCoincidentPaths()checkForCoincidentPathscheckForCoincidentPaths
Finds paths whose nodes have coincident positions.
Declaration
func checkForCoincidentPaths() -> [GSPath]Declaration
- (NSArray<GSPath *> *) checkForCoincidentPaths;Declaration
checkForCoincidentPaths() -> list[GSPath]Return Value
The duplicate paths, without removing them from the layer.
Discussion
Attributes from a duplicate path are copied to the first matching path.
See Also
Cleaning Paths
Removes empty and negligible paths and simplifies the remaining paths.
Updates node connections to match the geometry of their paths.
Sets closed path directions according to containment and puts the outer path first.