Click or drag to resize

ClipperBooleanOp(ClipType, PathsD, PathsD, PolyTreeD, FillRule, Int32) Method

Executes a boolean operation on floating-point path collections and stores the result in a polytree.

Namespace: Clipper2Lib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static void BooleanOp(
	ClipType clipType,
	PathsD? subject,
	PathsD? clip,
	PolyTreeD polytree,
	FillRule fillRule,
	int precision = 2
)

Parameters

clipType  ClipType
The boolean clipping operation to perform.
subject  PathsD
The subject paths.
clip  PathsD
The optional clip paths.
polytree  PolyTreeD
The polytree that receives the result.
fillRule  FillRule
The fill rule to apply during clipping.
precision  Int32  (Optional)
The decimal precision used for conversion during clipping.
See Also