Exchange Forum > Search Forums
Search Results
Search Results

J Moreno

AutoCAD General
Can a block have stuff in model space and paper space?
  F1T18P1#2  I don't think so. I tried this test on the command line and it won't let you add entities to a block if their not in the same space. I set ent1...
Object Snap tab in the dsettings dialog
  F1T22P1#2  There are a few commands that when they default to the command line version you can just add a (initdia) before the (command...
AutoLISP and Visual LISP
Useful AutoLISP functions
  F2T2P2#14  The today function returns the current date. You can change the "-"s to "/"s if you'd like. (defun today (/ cdate) (setq cdate (rtos...
Text out to a file
  F2T9P1#2  I tested your program and it works fine. What do you use it for? Is it like a text database file?...
Triangle lisp routine
  F2T16P1#2  Bill, You could use the polygon 3 sided method to draw the outermost edge, and then offset it in the various thicknesses of the steel...
  F2T16P2#16  "Good morning, I have been searching for a lisp routine that will draw a triangle. Can't find one yet. I work with 3 legged cell towers...
Custom Linetypes Lisp
  F2T44P1#2  If anyone had any problems loading the linetypes, be sure to read the instructions provided. I had an error until I followed the...
  F2T44P1#3  Hi Buzzard, My work is plain vanilla acad. I did find an easy way for acad users to test out your program, without changing their...
  F2T44P1#5  I'm not familiar with your line of work in Acad, but every once in a while it hiccuped when I tried to pick the second end point and...
Dcl Dialogs
Height attribute for list_box tiles
  F4T1P1#2  I've always heard just add one to the desired number of lines. When that doesn't work, just add one more...
General Drawing Symbol Blocks w/o The Blocks
  F4T14P1#7  Hi, I loaded it and ran it, and was wondering what all that data was. It was the dxf information of the title block that I had just inserted...
  F4T14P1#10  Buzzard, I like your PrintDxf program. Can you write me a version so that I can just pick or select any object to see that dxf code on...
  F4T14P2#15  I ended up working late again. But I did get a chance to run your new dxf program and it worked like a charm. How are you coming...
Architectural Symbol Libraries
  F4T20P1#2  Hey little buddy. I'm not sure if I was any help. But thanks anyway. Can't wait to try this one out...
  F4T20P1#3  Buzzard, I checked out your ASL program, and I can see how this one will be a great tool for architectural drawings. Nicely done...
  F4T20P1#5  Well, I'm not an architect. But I have draw up a few house plans for myself and relatives. I guess you would want to include the most...
ActiveX and VBA
VBA values to AutoLISP
  F6T5P1#3  I'm sure there may be a more efficient way to accomplish what you are trying to do. But, I would suggest while in VBA writing your...