You are here: Start » FIL.NET » FIS.FitCircleToPoints Method
FIS.FitCircleToPoints Method
Approximates points with a circle using selected outliers suppression method.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void FitCircleToPoints ( IList<FilNet.Point2D> inPoints, FilNet.Range? inRange, FilNet.CircleFittingMethod inFittingMethod, FilNet.MEstimator? inOutlierSuppression, out FilNet.Circle2D? outCircle )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoints | System.Collections.Generic.IList<FilNet.Point2D> | |||
![]() | inRange | FilNet.Range? | Determines which array points take part in fitting process. Default value: ftl::NIL. | ||
![]() | inFittingMethod | FilNet.CircleFittingMethod | |||
![]() | inOutlierSuppression | FilNet.MEstimator? | |||
![]() | outCircle | FilNet.Circle2D? | Fitted circle or nothing if method failed to converge. |
Function Overrides
- FitCircleToPoints(IList<Point2D>, CircleFittingMethod, Nullable<Circle2D>)
- FitCircleToPoints(IList<Point2D>, Nullable<Range>, CircleFittingMethod, Nullable<MEstimator>, Nullable<Circle2D>, NullableRef<List<Point2D>>)