ClipperPolyTreeToPathsD Method |
Flattens a floating-point polytree into paths.
Namespace: Clipper2LibAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static PathsD PolyTreeToPathsD(
PolyTreeD polyTree
)
Parameters
- polyTree PolyTreeD
- The polytree to flatten.
Return Value
PathsDThe flattened paths.
See Also