Topic: Autolisp
Answers to Common Questions
How to get novell login name in autolisp?
Not sure what you mean by...." after that disconnect novell login." Read More »
Source: http://www.experts-exchange.com/Networking/Protocols/IPX/Q_245870...
How do I write an Autolisp that does this?
The value for C is unknown. If C = K then in your Equation Q = (K * C) / 43,560 should be Q = (K * 2) / 43,560 but here is a lisp that asks you for the value for C (defun c:sarea ( / A B D K Q) (setq A (getreal"\nWhat is the infor For A: ")... Read More »
Source: http://answers.yahoo.com/question/index?qid=20070904074849AAh4Qf3
Why doesn't (command ".open") work from a autolisp routine
The Open command hasn't been supported via LISP since the itroduction of the multiple document interface (MDI) in AutoCAD 2000. There's a few ways to fool if it's really needed like via a script file, or VBA, or ActiveX methods from Lisp. A... Read More »
Source: http://www.experts-exchange.com/Software/Photos_Graphics/CAD_Arch...
Featured Content: Autolisp
AutoLISP is a dialect of Lisp programming language built specifically for use with the full version of AutoCAD and its derivatives, which include AutoCAD Map 3D ... More »
Search for: Images · Videos
Answers to Other Common Questions
here's a chunk of code that will do it for you. I had the same problem already with something else. (vl-load-com) (setq acadObject (vlax-get-acad-object)) ;make sure window is maximized (if (/= (vlax-get-property acadobject 'windowstate... Read More »
Source: http://en.allexperts.com/q/1029/4169500.htm
Dan: Check this out: (defun c:aleng (/ os snp ortho xcmdecho arcsel arcpick arcpick2 arclst etype arcstart aracend arcrad arcang) (command "undo" "_g") (setvar "textsize" (* 0.0666667 (getvar "dimscale"))) (setq os (getvar "osmode"))... Read More »
Source: http://en.allexperts.com/q/AutoCAD-1029/Arc-length-known-radius.h...
Interesting. What version do you use? I believe what you ask for does not neccesary need to be programmed. Autocad is very strong in dimensioning stuff. Used chaned dimensioning as you like. I always used the keyboard a lot to speed up thin... Read More »
Source: http://answers.yahoo.com/question/index?qid=20060629065201AA32toI
Why go thru that. Whats the function that setting up a custom text style with an oblique angle of say 15 then set it current. otherwise you have to get lisp to reference an existing font file like standard or oblique. been too long since I ... Read More »
Source: http://answers.yahoo.com/question/index?qid=20061203180307AAA7WL5
Interesting. What version do you use? I believe what you ask for does not neccesary need to be programmed. Autocad is very strong in dimensioning stuff. Used chaned dimensioning as you like. I always used the keyboard a lot to speed up thin... Read More »
Source: http://answers.yahoo.com/question/index?qid=20060629064842AAziO0c
powell's technical bookstore at is a huge resource for anything technical. They are local to me, so I'm fortunate to be able to go in and browse. a search on autolisp at powells will give you several to choose from. Read More »
Source: http://en.allexperts.com/q/AutoCAD-1029/AutoLisp.htm
Want A Personal Answer?
733,965 people are answering.
About - Privacy - AskEraser - Advertise - Careers - Ask Blog - iPhone - Android - Help - Feedback ©2012 Ask.com