__header__
Description
When a set of points and a plane are inputted the tool can calculate
the distances of the points from the plane and give the mean, max, min,
and standard deviation of the points from the plane.
Inputs
Plane
drop a tool with the defined plane into the "Plane" box within the tool's inputs page.
Points
Drag and drop a tool with the defined set of points into the "Points" box within the tool's inputs page.
Parameters
Distances
vector of Distances
Mean
this will give the average distance of all the points from the plane
Max
Min
SD
this will give the standard deviation calculated from all of the points to the plane.
__footer__