ClipperBaseBuildPaths Method |
Builds closed and open output paths from the current solution state.
Namespace: Clipper2LibAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected 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