Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > OldBasic Object : SetScanHitVectors Method
Hit vector to set.
Long I of the hit vector.
Long J of the hit vector.
Long K of the hit vector.
SetScanHitVectors Method
Description
Sets hit vector components of scan (used in StartScan block)
Syntax
Visual Basic
Public Sub SetScanHitVectors( _
   ByVal Vector As PCDSCANVECTORSURF, _
   ByVal I As Long, _
   ByVal J As Long, _
   ByVal K As Long _
) 
Parameters
Vector
ValueDescription
PCD_BOUNDARY_PLANE 
PCD_SIDE_SURFACE 
PCD_TOP_SURFACE 
Hit vector to set.
I
Long I of the hit vector.
J
Long J of the hit vector.
K
Long K of the hit vector.
See Also