Visual LISP, AutoLISP and General Customization
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Lisp Routine Request

3 REPLIES 3
Reply
Message 1 of 4
Anonymous
213 Views, 3 Replies

Lisp Routine Request

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.
3 REPLIES 3
Message 2 of 4
Anonymous
in reply to: Anonymous

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

Bob
Message 3 of 4
Anonymous
in reply to: Anonymous

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

Bob
Message 4 of 4
Anonymous
in reply to: Anonymous

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" wrote in message news:40f197c5$1_3@newsprd01... > 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. > >

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report

”Boost