Utility.FitCircle (IList<Point3D>, out Plane, out Double) Method

Least squares circle fit given a set of 3D points.
Public Shared Sub FitCircle( _ 
ByVal pts As IList(Of Point3D), _ 
ByRef plane As Plane, _ 
ByRef radius As Double
)
This language is not supported or no code example is available.
public static void FitCircle( 
IList<Point3D> pts
out Plane plane
out double radius 
)
This language is not supported or no code example is available.

Parameters

pts
IList<Point3D>

List of 3D points to be fitted

plane
Plane

The plane of the circle, whose origin is the center of the circle

radius
double

The radius of the circle

.NET Framework

Supported in: 4.8

In this article

Definition