You are here: Start » AVL.NET » 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 | |
---|---|---|---|---|---|
![]() | inPath | Avl.Path | Input path. | ||
![]() | inFittingMethod | Avl.CircleFittingMethod | |||
![]() | inOutlierSuppression | Atl.Optional<Avl.MEstimator> | |||
![]() | outArc | Atl.Conditional<Avl.Arc2D> | Fitted arc or nothing if the computations failed to converge. |