Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > Scan Object : GetNomsParams Method
Required Double variable that gets the Find Noms tolerance and is used only when the NominalMode property is BSCANNMODE_FINDCADNOMINAL.
Required Double variable that gets the surface thickness and is used only when the NominalMode property is BSCANNMODE_FINDCADNOMINAL.
Required Double variable that gets the edge thickness and is used only when the NominalMode property is BSCANNMODE_FINDCADNOMINAL and when the Method property is BSCANMETH_EDGE.
GetNomsParams Method
Description
Gets the parameters used in finding of scan nominals
Syntax
Visual Basic
Public Function GetNomsParams( _
   ByRef dFindNomsTolerance As Double, _
   ByRef dSurfaceThickness As Double, _
   ByRef dEdgeThickness As Double _
) As Boolean
Parameters
dFindNomsTolerance
Required Double variable that gets the Find Noms tolerance and is used only when the NominalMode property is BSCANNMODE_FINDCADNOMINAL.
dSurfaceThickness
Required Double variable that gets the surface thickness and is used only when the NominalMode property is BSCANNMODE_FINDCADNOMINAL.
dEdgeThickness
Required Double variable that gets the edge thickness and is used only when the NominalMode property is BSCANNMODE_FINDCADNOMINAL and when the Method property is BSCANMETH_EDGE.
Return Type
Boolean value. Boolean returns true if the function succeeds, false if it fails.
See Also