Exchange Forum > Search Forums
Search Results
Search Results

Trevor

AutoCAD General
Mtext config problem
  F1T14P1#2  I'm with you man. It took me a while to dig through my notes on this, but here it is. To get the old editor back: MTEXTED = Oldeditor...
AutoLISP and Visual LISP
Your favorite shortcut function
  F2T1P2#19  Darren that's a cool copy and rotate function! Here's a few layer functions I use a bunch also. Enjoy! LS = Set current layer to...
Dcl Dialogs
Height attribute for list_box tiles
  F4T1P1#1  I always have trouble figuring out the height for list_box tiles. It takes too long to get it to show a certain number of lines. And then...
Need AutoLISP and dialog example
  F4T2P1#4  Here’s my version that includes an edit_box and a popup_list. I use text instead of labels when aligning edit_boxes with popup_lists. If...
W-Shapes dat file for dialog
  F4T7P1#1  I'm trying to convert that W-shape.dat file mentioned in the AutoCAD Chat forum/AutoCad LispWiki thread into a usable list for a...
  W-shapes.dat  
  F4T7P1#3  J Briggs, Thanks for the tip! That's what I missed. I've been working on the rest of the program and now I'm designing the dialog. I'm...
  F4T7P1#4  It's taken me a while writing this, but here it is. I had help with an engineer verifying and updating the data per the manual of Steel...
  W-shapes.gif   W-shapes.dcl   W-shapes.lsp  
  F4T7P1#7  Theodorus, I changed the first two items in the Wshapes DataList to strings instead of numbers, as I mentioned in your thread on...
  W-shapes.lsp  
C Shapes
  F4T8P1#4  I'm thinking about changing the first two items in the Wshapes DataList to strings instead of numbers. I think it will be easier to work...
L-Shapes dialog for angles
  F4T9P1#1  I'm working on L-Shapes and I'm having a major glitch with the Thks list for the thicknesses. Once I get through this I'll be using the...
  F4T9P1#3  Bennett, Thanks for looking into my function and for the information on car, cadr, and caddr functions. You're right about using the...
  F4T9P1#4  I finished writing the code for the L-shapes dialog for drawing angles. It went fairly smooth after figuring out how to change the...
  L-shapes.lsp   L-shapes.dcl   L-shapes.gif  
C-shapes dialog program
  F4T11P1#1  I’ve been working on the code for the C-shapes dialog program. After you do one or two of these programs it gets easier and easier...
  C-shapes.gif   C-shapes.dcl   C-shapes.lsp  
Pole Shaft program help
  F4T13P1#5  "I have modified the dialog that Trevor suggested in one of the threads and came up with this preliminary lisp file and dialog file."...
  F4T13P1#10  I helped a friend load your program on his computer. He's not into programming so he couldn't understand that he also needed to...
S-shapes dialog program for Flanges
  F4T21P1#1  We use S-shape flanges quite often at work. I based the program after the C-shapes program in this forum. The geometry is basically...
  S-shapes.lsp   S-shapes.dcl