__header__
Description
Define a best fit line thro a set of point
Inputs
CIFViewer
Points
Parameters
LineSegment
MaxIterations
if greater than 0 uses a best method and remove outliers
or ransac
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 best: ie does a bext fit on the ransac solution
- 2 ransac solution only
-
Sort
if set sort the points so the line extend matched the point extent
Length
Upper_Error
Lower_Error
Max_Error
SD_Error
RenderStyle
RefreshViewer
NbFitPoints
FitPoints
GetNonFitPoints
always does
NbNonFitPoints
NonFitPoints
__footer__