Click or drag to resize

ClipperBaseBuildTree Method

Builds a solution polytree and any open output paths from the current solution state.

Namespace: Clipper2Lib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected void BuildTree(
	PolyPathBase polytree,
	Paths64 solutionOpen
)

Parameters

polytree  PolyPathBase
Receives the hierarchical polygon solution.
solutionOpen  Paths64
Receives the open solution paths.
See Also