Click or drag to resize

ClipperPolyTreeToPaths64 Method

Flattens an integer polytree into paths.

Namespace: Clipper2Lib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static Paths64 PolyTreeToPaths64(
	PolyTree64 polyTree
)

Parameters

polyTree  PolyTree64
The polytree to flatten.

Return Value

Paths64
The flattened paths.
See Also