Custom button for a circle tan to 3 lines

Discussion in 'AutoCAD' started by MJR, Oct 6, 2003.

  1. MJR

    MJR Guest

    The command line routine circle, 3p, and tan will let you place a
    circle tangent to 3 lines.

    Trying to assign this command to a custom gui button has me stumped.

    What is the exact text sequence one must assign to this custom button
    in order to get this routine to work?

    Anyone know?

    Thanks!
     
    MJR, Oct 6, 2003
    #1
  2. Are trying to make a "routine" as is LISP routine,
    or are you just trying to make a "macro" for a custom toolbar button?

    If it's the latter, just type everything you would at the command prompt,
    but substitute a semicolon for each "ENTER".

    If it's the former, post what you have.
     
    Michael Bulatovich, Oct 6, 2003
    #2
  3. ^C^C_circle _3p _tan \_tan \_tan \

    HTH
    Juergen
     
    Jürgen Palme, Oct 7, 2003
    #3
  4. MJR

    MJR Guest

    Finally figured it out, but before I saw your reply. It is a "macro".

    I assigned the routine to the custom button with the line....

    ^C^C_circle_3p_tan \_tan \_tan \

    It now works as intended. Perhaps the slash works like your
    recommended semicolon.

    The use of a semicolon as an enter key is a new one on me. I will play
    around with that one.

    Thanks!
     
    MJR, Oct 7, 2003
    #4
  5. No. In a macro the semicolon stands for an ENTER, the slash stands for a
    pause for an user input. In a LISP you need another syntax. Therefore
    Michael asked if you need a macro or a LISP.

    Juergen
     
    Jürgen Palme, Oct 7, 2003
    #5
  6. Err, isn't it backslash for "wait for user input"?

    Conny
     
    Conny Klasson, Oct 7, 2003
    #6
  7. That I wanted say. Excuse my bad english.

    Juergen
     
    Jürgen Palme, Oct 7, 2003
    #7
  8. Same thing, Juergen. Your English is terrific. I would have said 'pause' too
    (from LISP).
     
    Michael Bulatovich, Oct 7, 2003
    #8
  9. Ohh, I didn't mean to be picky about the "pause" vs "wait" phrasing.
    It was the "slash" vs "backslash" typo. Sorry for the confusion.

    Conny
     
    Conny Klasson, Oct 8, 2003
    #9
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.