Click or drag to resize

ClipperAddPolyNodeToPathsD Method

Adds a floating-point polypath and its descendants to a path collection.

Namespace: Clipper2Lib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static void AddPolyNodeToPathsD(
	PolyPathD polyPath,
	PathsD paths
)

Parameters

polyPath  PolyPathD
The polypath to flatten.
paths  PathsD
The target path collection.
See Also