Mechanical Engineer

Mechanical Engineer

Anonymous
Not applicable
710 Views
2 Replies
Message 1 of 3

Mechanical Engineer

Anonymous
Not applicable

Dear Sir/Madam:

 

Could you please let me know how I can download Lisp Routine to my AutoCAD 2017?

 

When I enter APPload it is taking me to a box that shows acad2017.LSP in grey.

 

Please help me.

 

Many thanks!

 

Shripal

 

shripal.fernando@jacobs.com

 

 

0 Likes
711 Views
2 Replies
Replies (2)
Message 2 of 3

devitg
Advisor
Advisor

It is so , because  such lisp is auto loaded at each ACAD session. 

 

;;;    Note:
;;;            This file is normally loaded only once per AutoCAD session.
;;;            If you wish to have LISP code loaded into every document,
;;;            you should add your code to acaddoc.lsp.
;;;

 

 

If you need to edit it , open by VLIDE 

 

 

0 Likes
Message 3 of 3

CodeDing
Advisor
Advisor

shripal,

 

If you are trying to load a new or different LISP into AutoCAD via APPLOAD:

- You must navigate to that .LSP file first. WHEREVER YOU HAVE PLACED IT.

- Press "Load" button.

- "Close"

 

Appload.JPG

0 Likes