hexagon logo

Tip object

Hi,

I am trying to get A angle of tip for script.

From help:
"Tip.A
Returns the A angle of the tip. Read-only Double."

I have no clue how to retrieve data. How I can A angle of current tip?
Parents
  • Other thing what I can't find out is how to use MOVE_CLEARPOINT .Script should check if before every "LOADPROBE/B" command is command "MOVE/CLEARPOINT". Basically should be " If Cmd.Type = SET_ACTIVE_TIP " and previous command wasn't "MOVE/CLEARPOINT" then MSGBOX... . I did try things like "if cmd.Type = MOVE_CLEARPOINT Then "...... but no positive result was achieved. Any ideas?
Reply
  • Other thing what I can't find out is how to use MOVE_CLEARPOINT .Script should check if before every "LOADPROBE/B" command is command "MOVE/CLEARPOINT". Basically should be " If Cmd.Type = SET_ACTIVE_TIP " and previous command wasn't "MOVE/CLEARPOINT" then MSGBOX... . I did try things like "if cmd.Type = MOVE_CLEARPOINT Then "...... but no positive result was achieved. Any ideas?
Children