ClipperOffsetAddPaths Method |
Adds multiple paths to be offset.
Namespace: Clipper2LibAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void AddPaths(
Paths64 paths,
JoinType joinType,
EndType endType
)
Parameters
- paths Paths64
- The paths to offset.
- joinType JoinType
- The join type to use.
- endType EndType
- The end type to use.
See Also