PC-DMIS 2019 R1 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 > Scan Object : SetNomsParams Method

Glossary Item Box

Description

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

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 ScanCommand object, and MS, ME, MIT, MET, MID, and MCP are all dimensioned as Object, the following are equivalent:

scan.SetMethodParams MS,ME,MIT,MET,MID,MCP

set scan.MethodStart = MS
set scan.MethodEnd = ME
set scan.MethodInitTouch = MIT
set scan.MethodEndTouch = MET
set scan.MethodInitDir = MID
set scan.MethodCutPlane = MCP

See Also

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