Click or drag to resize

ClipperOffsetExecute(Double, Paths64) Method

Executes the offset operation and writes the result to a path collection.

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

Parameters

delta  Double
The offset distance.
solution  Paths64
Receives the offset result.
See Also