Gets the parameters used in finding of scan nominals
Visual Basic |
---|
Public Function GetNomsParams( _ ByRef dFindNomsTolerance As Double, _ ByRef dSurfaceThickness As Double, _ ByRef dEdgeThickness As Double _ ) As Boolean |
- 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.
Boolean value. Boolean returns true if the function succeeds, false if it fails.