Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
String value of the ID string of the feature to add as an input for a best fit or iterative alignment.
Double value of the point tolerance of the feature. Only used with best fit alignments.
Feature Method
Description

This function must only be called after a call to BestFit2D, BestFit3D, or Iterate

Syntax
Visual Basic
Public Sub Feature( _
   ByVal ID As String, _
   ByVal pnt_tol As Double _
) 
Parameters
ID
String value of the ID string of the feature to add as an input for a best fit or iterative alignment.
pnt_tol
Double value of the point tolerance of the feature. Only used with best fit alignments.
See Also