ClipperAddPolyNodeToPathsD Method |
Adds a floating-point polypath and its descendants to a path collection.
Namespace: Clipper2LibAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static void AddPolyNodeToPathsD(
PolyPathD polyPath,
PathsD paths
)
Parameters
- polyPath PolyPathD
- The polypath to flatten.
- paths PathsD
- The target path collection.
See Also