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