PC-DMIS 2021.1 Object Library
SetNomsParams Method
See Also  Send Topic Feedback | See Object Hierarchy Chart
dFindNomsTolerance
Required Double that sets the Find Noms tolerance.
dSurfaceThickness
Required Double that sets the surface thickness.
dEdgeThickness
Required Double that sets the edge thickness.
PCDLRN ActiveX DLL > BasicScan Object : SetNomsParams Method

Glossary Item Box

Description

This method is provided as a shortcut to set these commonly used scan parameters all at once.

Syntax

Visual Basic
Public Function SetNomsParams( _
   ByVal dFindNomsTolerance As Double, _
   ByVal dSurfaceThickness As Double, _
   ByVal dEdgeThickness As Double _
) As Boolean

Parameters

dFindNomsTolerance
Required Double that sets the Find Noms tolerance.
dSurfaceThickness
Required Double that sets the surface thickness.
dEdgeThickness
Required Double that sets the edge thickness.

Return Type

Boolean value. Boolean returns true if the function succeeds, false if it fails.

Remarks

If scan is a BasicScanCommand object, and M, F, O, H, N,and B are all Dimensioned as Object, the following are equivalent:

scan.SetParams M, F, O, H, N, B

scan.Method = M
scan.Filter = F
scan.OperationMode = O
scan.HitType = H
scan.NominalMode = N
scan.BoundaryCondition = B

See Also

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