AddBestFitFeat Method
Description
Adds best fit feature to BF3D or BF2D alignments
Syntax
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