GeometryFitPlane Method (Point3Dd)

CVB.Net Documentation
Fits a Plane into the given points.

Namespace:  Stemmer.Cvb
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public static Plane Plane(
	Point3Dd[] points
)

Parameters

points
Type: Stemmer.CvbPoint3Dd
Points to fit plane into.

Return Value

Type: Plane
New plane object fitted into the points.
Remarks

Also fits a plane in points lying on one line, thus make sure that the points really span a plane.
See Also

Reference