Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > Machine Object : ExecuteHit Event
Double value containg the X value.
Double value containg the Y value.
Double value containg the Z value.
Double value containg the I value.
Double value containg the J value.
Double value containg the K value.
ExecuteHit Event
Description
This event will be called in your application when a hit is taken in PC-DMIS in execute mode. The values of X, Y, Z and I, J, K are the location of the hit and the vector of the hit in machine coordinates.
Syntax
Visual Basic
Public Event ExecuteHit( _
   ByVal X As Double, _
   ByVal Y As Double, _
   ByVal Z As Double, _
   ByVal I As Double, _
   ByVal J As Double, _
   ByVal K As Double _
)
Parameters
X
Double value containg the X value.
Y
Double value containg the Y value.
Z
Double value containg the Z value.
I
Double value containg the I value.
J
Double value containg the J value.
K
Double value containg the K value.
See Also