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

Glossary Item Box

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

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