hexagon logo

Alignment to offset holes?

Hi all. First post. Sorry if it's a rookie question.

I want to do a Plan-Circle-Circle alignment.
The first hole is the x0 y0 origin.
The second hole has some given coordinates, say x8.0, y4.0.

I don't want to have to calculate the angle and use the "Offset angle" in the "Rotate to" field.
I also don't want to use an iterative alignment.

Any ideas?

Thanks,
Steve
Parents
  • That’s weird. It looks fine on my screen.

    A3...... =ALIGNMENT/START,RECALL:STARTUP,LIST=YES
    ........... ALIGNMENT/ROTATE_CIRCLE,XPLUS,TO,CIR1,AND,CIR2,ABOUT,ZPLUS
    ........... ALIGNMENT/ROTATE_OFFSET,-(RAD2DEG(ATAN(4/8))),ABOUT,ZPLUS
    ........... ALIGNMENT/END


    Works nicely, let the computer do the work, use it!

    Slight smile

    TK
Reply
  • That’s weird. It looks fine on my screen.

    A3...... =ALIGNMENT/START,RECALL:STARTUP,LIST=YES
    ........... ALIGNMENT/ROTATE_CIRCLE,XPLUS,TO,CIR1,AND,CIR2,ABOUT,ZPLUS
    ........... ALIGNMENT/ROTATE_OFFSET,-(RAD2DEG(ATAN(4/8))),ABOUT,ZPLUS
    ........... ALIGNMENT/END


    Works nicely, let the computer do the work, use it!

    Slight smile

    TK
Children
No Data