ClipperOffsetExecute(Double, Paths64) Method |
Executes the offset operation and writes the result to a path collection.
Namespace: Clipper2LibAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void Execute(
double delta,
Paths64 solution
)
Parameters
- delta Double
- The offset distance.
- solution Paths64
- Receives the offset result.
See Also