Click or drag to resize

ClipperShowPolyTreeStructure(PolyTree64) Method

Writes the structure of an integer polytree to the console.

Namespace: Clipper2Lib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static void ShowPolyTreeStructure(
	PolyTree64 polytree
)

Parameters

polytree  PolyTree64
The polytree to display.
See Also