Click or drag to resize

ClipperInflatePaths(PathsD, Double, JoinType, EndType, Double, Int32, Double) Method

Offsets floating-point 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 PathsD InflatePaths(
	PathsD paths,
	double delta,
	JoinType joinType,
	EndType endType,
	double miterLimit = 2,
	int precision = 2,
	double arcTolerance = 0
)

Parameters

paths  PathsD
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.
precision  Int32  (Optional)
The decimal precision used for conversion during offsetting.
arcTolerance  Double  (Optional)
The arc tolerance used when approximating arcs.

Return Value

PathsD
The offset paths.
See Also