Least Squares Parameters
In general, the PC-DMIS Blade
least squares bestfit algorithm aligns input points
Set
Find the points
on the curve
Find a new transformation
Repeat MAXITERS
times by going back to step 2, finding new points
The first iteration yields an approximate bestfit
Step 3 minimizes the following objective function:
In the above:
In most cases, it is a simple
Euclidean distance, but in the case of the Vector Fit, it is projected
onto the surface normal of the curve at
Additional Parameters
These parameters further define how PC-DMIS Blade performs the least squares bestfit:
Use in Fit - If you select the check boxes, PC-DMIS Blade includes that side or edge in the bestfit. In the Flavor file example below, the least squares algorithm is performed on both edges (LE and TE) and both sides (CC and CV).
These parameters further define how PC-DMIS Blade performs the least squares bestfit:
BESTFIT1 LSQ CC CV LE TE
Weight - Provides
the weight that is given to the associated edge or side to determine
the bestfit. These weights are the values
WEIGHTS 2 1 3 4
Max Iterations - A bestfit can be constrained to a maximum number of iterations. The Flavor file example below states that the fit can be rerun 15 times. Increasing this number can sometimes improve the fit and always slows down the processing of the blade.
MAXITERS 15
Meas Pts to Nom Curve and Meas Curve to Nom Pts - From the list, select whether measured points are bestfit to the nominal curve (use a value of 0), or the measured curve is bestfit to the nominal points (use a value of 1). The Flavor file example below measures the curve to the nominal points:
USENOMINALS 1
Vector Fit (ONLY
for Full Blade Least Squares) - Determines whether the Full Blade
Least squares algorithm looks at the vectors of the points on the
spline as with a Vector Least Squares algorithm. This alters the distances