Utility.FitPlane (IList<Point3D>) Method

Planar fitting of 3D points using orthogonal regression.
Public Shared Function FitPlane( _ 
ByVal points As IList(Of Point3D) _ 
) As Plane
This language is not supported or no code example is available.
public static Plane FitPlane( 
IList<Point3D> points 
)
This language is not supported or no code example is available.

Parameters

points
IList<Point3D>

The set of points

Return Value

Plane

The plane.

.NET Framework

Supported in: 4.8

In this article

Definition