Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > OldBasic Object : BestFit3D Method
The number of features to use to create the best fit alignment. There must be a corresponding number of calls to Feature before the call to EndAlign.
BestFit3D Method
Description
Creates a best fit 3d alignment
Syntax
Visual Basic
Public Sub BestFit3D( _
   ByVal num_inputs As Long _
) 
Parameters
num_inputs
The number of features to use to create the best fit alignment. There must be a corresponding number of calls to Feature before the call to EndAlign.
See Also