ClipperStripDuplicates Method |
Removes duplicate points from an integer path.
Namespace: Clipper2LibAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static Path64 StripDuplicates(
Path64 path,
bool isClosedPath
)
Parameters
- path Path64
- The path to clean.
- isClosedPath Boolean
- if the path is closed; otherwise, .
Return Value
Path64The cleaned path.
See Also