You are here: Start » AVL.NET » AVS.FitArcToPath Method

AVS.FitArcToPath Method

Approximates path by an arc using the selected outliers suppression method and considering path's start and end.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void FitArcToPath
(
	AvlNet.Path inPath,
	AvlNet.CircleFittingMethod inFittingMethod,
	out AvlNet.Arc2D? outArc
)

Parameters

Name Type Range Default Description
inPathAvlNet.PathInput path.
inFittingMethodAvlNet.CircleFittingMethod
outArcAvlNet.Arc2D?Fitted arc or nothing if the computations failed to converge.

Function Overrides

See also