Click or drag to resize

ClipperBooleanOp(ClipType, Paths64, Paths64, PolyTree64, FillRule) Method

Executes a boolean operation on integer 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,
	Paths64? subject,
	Paths64? clip,
	PolyTree64 polytree,
	FillRule fillRule
)

Parameters

clipType  ClipType
The boolean clipping operation to perform.
subject  Paths64
The subject paths.
clip  Paths64
The optional clip paths.
polytree  PolyTree64
The polytree that receives the result.
fillRule  FillRule
The fill rule to apply during clipping.
See Also