Click or drag to resize

ClipperInflatePaths(Paths64, Double, JoinType, EndType, Double, Double) Method

Offsets integer paths by the specified delta.

Namespace: Clipper2Lib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static Paths64 InflatePaths(
	Paths64 paths,
	double delta,
	JoinType joinType,
	EndType endType,
	double miterLimit = 2,
	double arcTolerance = 0
)

Parameters

paths  Paths64
The paths to offset.
delta  Double
The offset distance.
joinType  JoinType
The join type to use between path edges.
endType  EndType
The end treatment to apply.
miterLimit  Double  (Optional)
The miter limit used for miter joins.
arcTolerance  Double  (Optional)
The arc tolerance used when approximating arcs.

Return Value

Paths64
The offset paths.
See Also