Click or drag to resize

ClipperShowPolyTreeStructure(PolyTreeD) Method

Writes the structure of a floating-point 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(
	PolyTreeD polytree
)

Parameters

polytree  PolyTreeD
The polytree to display.
See Also