Click or drag to resize

ClipperBaseBuildPaths Method

Builds closed and 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 bool BuildPaths(
	Paths64 solutionClosed,
	Paths64 solutionOpen
)

Parameters

solutionClosed  Paths64
Receives the closed solution paths.
solutionOpen  Paths64
Receives the open solution paths.

Return Value

Boolean
when path construction succeeds.
See Also