__header__
Description
The Plane Best Fit tool generates a best fit plane based on a set of points.
Using the Plane Best Fit Tool
Drag a set of points onto the "Points" section of the Plane Best Fit tool's inputs page.
When
the tool is run it will generate a plane and the values for that plane
will be shown. NOTE this nneds to ba a points collection not a Geometry Collection
Note on planes:
The (Cartesian) equation of a plane is of the form ax+by+cz+d=0.
The normal direction to this
plane is (a,b,c).
Inputs
CIFViewer
Points
The points CANNOT be a geometry collection
Parameters
Plane
A
B
C
D
Equation of the line where D is the distance to origin
EigenValue
MaxIterations
If max iterations is greater than 0 then a iteration method applies
MaxError
Max Error allowable for iterative method
IterativeMethod
If max iterations is greater than 0 then this applies
- 0 use best fit
- 1 use ransac
NbFitPoints
FitPoints
GetNonFitPoints
if set does a best fit on the new points
NbNonFitPoints
FilteredPoints
__footer__