ClipperOffsetExecute(ClipperOffsetDeltaCallback64, Paths64) Method |
Executes the offset operation using a custom per-vertex delta callback.
Namespace: Clipper2LibAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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