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


