You are here: Start » AVL.NET » Invoke.FitArcToPath

Invoke.FitArcToPath

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void FitArcToPath
(
	Avl.Path inPath,
	Avl.CircleFittingMethod inFittingMethod,
	Optional<Avl.MEstimator> inOutlierSuppression,
	Conditional<Avl.Arc2D> outArc
)

Parameters

Name Type Range Default Description
inPathAvl.PathInput path.
inFittingMethodAvl.CircleFittingMethod
inOutlierSuppressionAtl.Optional<Avl.MEstimator>
outArcAtl.Conditional<Avl.Arc2D>Fitted arc or nothing if the computations failed to converge.

See also