You are here: Start » FIL.NET » FIL.FitCircleToPoints3D
Approximates points in 3D with a circle using selected outliers suppression method.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void FitCircleToPoints3D ( IList<FilNet.Point3D> inPoints, FilNet.CircleFittingMethod inFittingMethod, FilNet.MEstimator? inOutlierSuppression, FilNet.Plane3D? inPlane, INullable<FilNet.Circle3D> outCircle )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoints | System.Collections.Generic.IList<FilNet.Point3D> | |||
![]() | inFittingMethod | FilNet.CircleFittingMethod | |||
![]() | inOutlierSuppression | FilNet.MEstimator? | |||
![]() | inPlane | FilNet.Plane3D? | |||
![]() | outCircle | FilNet.INullable<FilNet.Circle3D> | Fitted circle or nothing if method failed to converge. |