Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
X value of point or increment.
Y value of point or increment.
Z value of point or increment.
Move Method
Description
Creates Move (Probe or Rotary Table) Command
Syntax
Visual Basic
Public Sub Move( _
   ByVal tog As MOVETYPE, _
   ByVal X As Double, _
   ByVal Y As Double, _
   ByVal Z As Double, _
   ByVal Direction As MOVEDIRECTION _
) 
Parameters
tog
ValueDescription
PCD_CIRCULAR 
PCD_CLEARPLANE 
PCD_INCREMENT 
PCD_POINT 
PCD_ROTAB 
X
X value of point or increment.
Y
Y value of point or increment.
Z
Z value of point or increment.
Direction
ValueDescription
PCD_CLOCKWISE 
PCD_COUNTERCLOCKWISE 
PCD_SHORTEST 
See Also