ClipperBaseBuildTree Method |
Builds a solution polytree and any open output paths from the current solution state.
Namespace: Clipper2LibAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected void BuildTree(
PolyPathBase polytree,
Paths64 solutionOpen
)
Parameters
- polytree PolyPathBase
- Receives the hierarchical polygon solution.
- solutionOpen Paths64
- Receives the open solution paths.
See Also