Click or drag to resize

ClipperOffsetExecute(ClipperOffsetDeltaCallback64, Paths64) Method

Executes the offset operation using a custom per-vertex delta callback.

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

Parameters

deltaCallback  ClipperOffsetDeltaCallback64
The callback that provides the delta for each vertex.
solution  Paths64
Receives the offset result.
See Also