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

Glossary Item Box

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

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