Click or drag to resize

Clipper64Execute(ClipType, FillRule, PolyTree64, Paths64) Method

Executes the clipper and returns a hierarchical integer solution plus open paths.

Namespace: Clipper2Lib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool Execute(
	ClipType clipType,
	FillRule fillRule,
	PolyTree64 polytree,
	Paths64 openPaths
)

Parameters

clipType  ClipType
The clipping operation to perform.
fillRule  FillRule
The fill rule used during clipping.
polytree  PolyTree64
Receives the hierarchical closed solution.
openPaths  Paths64
Receives the open solution paths.

Return Value

Boolean
when execution succeeds.
See Also