Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > AlignCmnd Object : AddBestFitFeat Method
Required String that is the ID of the feature to add to the level set.
Required Double that is the tolerance to associate with ID.
AddBestFitFeat Method
Description
Adds best fit feature to BF3D or BF2D alignments
Syntax
Visual Basic
Public Function AddBestFitFeat( _
   ByVal ID As String, _
   ByVal Tolerance As Double _
) As Boolean
Parameters
ID
Required String that is the ID of the feature to add to the level set.
Tolerance
Required Double that is the tolerance to associate with ID.
Return Type
This method returns a Boolean value. Boolean returns true if the function succeeds, false if it fails.
Remarks
This function only has an effect on objects of type BF2D_ALIGN and BF3D_ALIGN. On objects of these types, it adds the feature with the ID ID to the set of best fit features with tolerance tolerance. On objects of other types, it does nothing.
See Also