Lisp Routine Request

Discussion in 'AutoCAD' started by tim, Jul 11, 2004.

  1. tim

    tim Guest

    Looking for a lisp routine that will place from 1 to 4 (user selected)
    arrows in the middle of an arc.

    Someone have 1 already written that they would like to share.


    Thanks


    Tim W.
     
    tim, Jul 11, 2004
    #1
  2. tim

    ECCAD Guest

    Do you have a drawing - showing arrow blocks, and how
    they would be inserted ?
    Attach as a .zip.

    Bob
     
    ECCAD, Jul 12, 2004
    #2
  3. tim

    ECCAD Guest

    Or, try:
    (setq pt (osnap (getpoint "\nPick the Arc") "midp"))
    (command "-insert" "arrow" pt "" "" pause)

    Bob
     
    ECCAD, Jul 12, 2004
    #3
  4. tim

    tim Guest

    Well that wasn't exactly what I was looking for, but after thinking it over
    it probably is the best approach to the problem.

    Thanks for the help Bob.

    Tim W.
     
    tim, Jul 13, 2004
    #4
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.