Click or drag to resize

ClipperDExecute(ClipType, FillRule, PolyTreeD) Method

Executes the clipper and returns a hierarchical floating-point solution.

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,
	PolyTreeD polytree
)

Parameters

clipType  ClipType
The clipping operation to perform.
fillRule  FillRule
The fill rule used during clipping.
polytree  PolyTreeD
Receives the hierarchical closed solution.

Return Value

Boolean
when execution succeeds.
See Also