Click or drag to resize

ClipperOffsetExecute(Double, PolyTree64) Method

Executes the offset operation and writes the result to a polygon tree.

Namespace: Clipper2Lib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void Execute(
	double delta,
	PolyTree64 solutionTree
)

Parameters

delta  Double
The offset distance.
solutionTree  PolyTree64
Receives the offset result as a polygon tree.
See Also