__header__
Description
Fits Multiple Lines to a point cloud
Inputs
Points
a points collection not a collection of collections
Parameters
LineCollection
returned Lines
FitPointsCollection
returned point clouds per Line
Line
RansacIterationsMax
Max number of iterations for Ransac to determine line
RansacAcceptInlierFraction
his is the fraction of points that stops the ransac iteration. Each pass the fraction means less points as the total number of points has decreased. If high then each pass will run the max number of iterations.
MaxFitError
MaxNbToFind
MaxPtsRemainingFraction
Stops it less than this fraction of in point cloud remains
Refit
- Off
- RefitOnCluster
- RefitOnOrigPts
- RefitOnFractionOfCluster = n/a
RefitArg
ie fit error
RefitMinPtCount
Sort
- Off
- Direction
- DirectionAbs
- DirectionCardinal
- Distance
Sort_I
Sort_J
Sort_K
__footer__