Exchange Forum > Search Forums
Search Results
Search Results

Russell

AutoLISP and Visual LISP
Your favorite shortcut function
  F2T1P3#27  I thought about this one after reading the post by s.winkel. I sometimes use this one to quickly get a point in reference to another in a...
Passing data to a tablecell or attribute
  F2T25P1#2  Bill, I'm not sure what you have to work with, but here's a useful function to update blocks with attributes. It's fairly easy to use, and...
Two points for text insertion
  F2T45P1#6  Autobahn, This one kinda' intrigues me. I've done the same thing you described thousands of times. I worked up this function to...
Convert all 3d points to 0
  F2T48P1#3  Hi Alan, I was checking through my archives and came across this version of MakeZ0. I'm not sure if it does all that the Express tools...
Dcl Dialogs
General Drawing Symbol Blocks w/o The Blocks
  F4T14P2#12  "Can you just pick or select any object to see the dxf code?" Yes, with two slight changes to Buzzard's PrintDxf function you can...
  F4T14P2#14  No prob. Glad to help out...
ActiveX and VBA
Opening a Drawing from VBA
  F6T4P1#2  Try this method over the SendCommand method, and see if it works for you. Sub Main() ThisDrawing.Application.Documents.Open...