Click or drag to resize

ClipperPolyTreeToPathsD Method

Flattens a floating-point polytree into paths.

Namespace: Clipper2Lib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static PathsD PolyTreeToPathsD(
	PolyTreeD polyTree
)

Parameters

polyTree  PolyTreeD
The polytree to flatten.

Return Value

PathsD
The flattened paths.
See Also