ClipperPolyTreeToPaths64 Method |
Flattens an integer polytree into paths.
Namespace: Clipper2LibAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static Paths64 PolyTreeToPaths64(
PolyTree64 polyTree
)
Parameters
- polyTree PolyTree64
- The polytree to flatten.
Return Value
Paths64The flattened paths.
See Also