ClipperDExecute(ClipType, FillRule, PathsD, PathsD) Method |
Executes the clipper and returns closed and open floating-point output paths.
Namespace: Clipper2LibAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic bool Execute(
ClipType clipType,
FillRule fillRule,
PathsD solutionClosed,
PathsD solutionOpen
)
Parameters
- clipType ClipType
- The clipping operation to perform.
- fillRule FillRule
- The fill rule used during clipping.
- solutionClosed PathsD
- Receives the closed solution paths.
- solutionOpen PathsD
- Receives the open solution paths.
Return Value
Boolean when execution succeeds.
See Also