Click or drag to resize

ClipperOffsetAddPaths Method

Adds multiple paths to be offset.

Namespace: Clipper2Lib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public 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