Eyeshot 10 WinForms API Reference
FitPlane(IList<Point3D>) Method

WinForms Assembly > devDept.Geometry Namespace > Utility Class > FitPlane Method : FitPlane(IList<Point3D>) Method
The set of points
Planar fitting of 3D points using orthogonal regression.
Syntax
'Declaration
 
Public Overloads Shared Function FitPlane( _
   ByVal points As IList(Of Point3D) _
) As Plane
public static Plane FitPlane( 
   IList<Point3D> points
)

Parameters

points
The set of points

Return Value

The plane.
See Also

Reference

Utility Class
Utility Members
Overload List