You are here: Start » AVL.NET » AVL.FitArcToPoints(AvlNet.Point2D[], AvlNet.CircleFittingMethod, AvlNet.MEstimator?, AvlNet.Arc2D?)
AVL.FitArcToPoints(AvlNet.Point2D[], AvlNet.CircleFittingMethod, AvlNet.MEstimator?, AvlNet.Arc2D?)
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void FitArcToPoints( AvlNet.Point2D[] inPoints, AvlNet.CircleFittingMethod inFittingMethod, AvlNet.MEstimator? inOutlierSuppression, out AvlNet.Arc2D? outArc )
Parameters
- inPoints
- Type: AvlNet.Point2D
- inFittingMethod
- Type: AvlNet.CircleFittingMethod
- inOutlierSuppression
- Type: System.Nullable<AvlNet.MEstimator>
- outArc
- Type: System.Nullable<AvlNet.Arc2D>
Examples
![]() |
The resulting outArc drawn with the input points, inFittingMethod = AlgebraicKasa and inOutlierSuppression = Auto.

