PC-DMIS 2021.1 Object Library
AddBestFitFeat Method
See Also  Send Topic Feedback | See Object Hierarchy Chart
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.
PCDLRN ActiveX DLL > AlignCmnd Object : AddBestFitFeat Method

Glossary Item Box

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

Copyright © 2020. Hexagon Manufacturing Intelligence – Metrology Software, Inc. All Rights Reserved.