Exchange Forum > Search Forums
Search Results
Search Results

Zeanor

AutoCAD General
Crash when I plot
  F1T12P1#2  Tony, The first thing I'd recommend is to test to see if the PLOT command has been redefined by another function. There's two easy...
Challenge(?) converting DWG
  F1T15P1#6  Bennett, You will have to do something with CHSPACE. The dimensions may have to be exploded first in order for this to work...
  F1T15P1#8  The wblocks are coming in with the INSBASE set to the upper left corner. You might want to change this to 0,0...
XREF Manager
  F1T23P1#2  This is somewhat of a disappointment for users with 2009. According to some of the blogs, the bug has been logged with the...
AutoLISP and Visual LISP
S::Startup in AutoCAD 2007+
  F2T4P1#3  If you're using (defun s::Startup, try using (defun-q s::Startup and see if that fixes it...
Redefine Save command
  F2T11P1#2  Pheonix, Here is a template for a function that you can use to undefine the save commands. You can test the various ways you...
Open last drawing saved
  F2T12P1#2  Pheonix, I like what you came up with here. One thing I noticed that you and others might want to be aware of, is that by redefining...
Strings to Numbers
  F2T27P1#7  I like Giles suggested method with type and real. It also seems to work with reals in most cases. I was working on a longer version...
Not experienced enough to do
  F2T29P1#10  Bennett, He might also consider putting the setq SD-LIST for the 3C and 3CK inside the if statement. That way he wouldn't need the...
Lisp Progress for 3D Brick elements
  F2T34P1#2  Brad, How are you coming along with your code? I had one question with your defun. Are you planning on making it into a regular...
AutoCAD & pi
  F2T37P1#1  Someone was telling me that AutoCAD only stores pi to 20 decimal places. I couldn't believe that for a minute so I wrote this little test...
Autoload pros & cons
  F2T43P1#2  Logan, It's a cons for me! I have also tried using it to load functions that we don't use that often. What I don't like about it is that it...
Update Dims with dimension text
  F2T46P1#2  Malcolm, We never explode dimensions at my firm. It's not acceptable. From what you are describing you don't either. In the rare...
Erase Lines in Circles
  F2T50P1#6  J Briggs, I first thought that Stefano was looking for a function that would erase all lines within circular areas. I used your function to...
Dcl Dialogs
General Drawing Symbol Blocks w/o The Blocks
  F4T14P1#4  Buzzard, I certainly agree with Rasmussen, your program is very well written and documented. This may be off the subject, but I...
Drawing Notes and Legend Lisp
  F4T15P1#5  Hey Buzzard, Really neat program! I just tried it out. You know what might be nice, but probably a lot of code, is to have your program...
  F4T15P2#18  "Your wish came true." The zip file was much smaller. I didn't have to worry about where to store the slides in a particular path...
AutoCAD Products and Services
Watson5.9 by Watsonlisp, artificial intelligence for AutoCAD
  F10T2P1#2  Your utility sounds very promising. I'll have to give it a test run tomorrow at work. Thanks for the information and links...