View Full Version : AUTOLISPS
dangermouse
26th Jan 2003, 11:30 am
HELLO,
i am using autocadr14 and have seen all the great autolisp prgs on the site . please can you tell me how to use them please ,do i simply type them in on the command line or do i have to store them somewhere i have only been using autocad for a couple of weeks so be basic with me
thankyou for your help eplane :D
Mr T
26th Jan 2003, 11:57 am
Send a private message to fuccaro, he is a lisp
expert.
Nick
CADTutor
27th Jan 2003, 12:09 am
For the benefit of dangermouse and anyone else out there still using R14, this is the procedure for loading a LISP routine.
1. Copy the code from the forum and paste it into a new Notepad document.
2. Save the file as name.lsp where name is the name of the function. For example, if the first line of the lisp routine looks like this:
(defun C:twister()
then the function name is "twister" and the LISP file should be called "twister.lsp"
3. From the pull-down menu, choose Tools>Applications.
4. When the Load AutoLISP, ADS and ARX Files dialogue box appears, click the File... button and find the LISP file you just created. Select the file and click the Open button. You should now see that the file has been added to the applications list.
5. Select the file from the list and click the Load button.
6. Type the function name at the command prompt to start the function.
Bear in mind that this sequence is specific to R14 and is different for other versions of AutoCAD
f700es
27th Jan 2003, 02:20 pm
For the benefit of dangermouse and anyone else out there still using R14, this is the procedure for loading a LISP routine.
1. Copy the code from the forum and paste it into a new Notepad document.
2. Save the file as name.lsp where name is the name of the function. For example, if the first line of the lisp routine looks like this:
(defun C:twister()
then the function name is "twister" and the LISP file should be called "twister.lsp"
3. From the pull-down menu, choose Tools>Applications.
4. When the Load AutoLISP, ADS and ARX Files dialogue box appears, click the File... button and find the LISP file you just created. Select the file and click the Open button. You should now see that the file has been added to the applications list.
5. Select the file from the list and click the Load button.
6. Type the function name at the command prompt to start the function.
Bear in mind that this sequence is specific to R14 and is different for other versions of AutoCAD
Can't an r14 user just type "appload" to load lsp routines?
F7
Mr T
27th Jan 2003, 06:12 pm
Talking of cool lisps I got one from the dotlist or whatever site mentioned here, and it will list the 30 or so most recent files and alphabetically.
Nick
robfowler
27th Jan 2003, 07:54 pm
In Acad 2000 you can drag and drop the lisp file onto the drawing area - then you only have to type in the name of the lisp in the command line to get it working.
Anybody know if this works for R14?
Rob Fowler.
dangermouse
27th Jan 2003, 09:11 pm
Hello all,
thankyou very much for all your help with this and the other probs ive been having.as for me ive been a production engineer for about 19 years but am now getting into the design side of things i work for a company which designs and builds military and communications sats .and im learning autocad and solid edge .but i can only run autocad on my laptop, so am trying to get a basic idea of design prgs
well thanks again for your help youll prob here from
me again soon . :roll:
Powered by vBulletin™ Version 4.1.2 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.