Exchange Forum > Search Forums
Search Results
Search Results

B Matlock

AutoLISP and Visual LISP
Program to add up BOM quantities
  F2T7P1#1  Does anyone have a program that adds up Bill of Material quantities? At my last job they had a program that did this. It sure would...
  F2T7P1#3  I tested your Addup program and it works great. That’s exactly what I needed. Thanks for your help...
Dimension styles without import or export
  F2T13P1#2  Hi Buzzard, I just downloaded your program and was very impressed. I was looking into your AutoLISP code and you are very...
  F2T13P1#4  Hi again, I did test your DSS functions. You have documented and included all of the essential dimension variables in you code very...
  F2T13P1#8  Buzzard, A friend and I took a look into your program and he made a few changes to simply things. It now tells you the scale to set...
  DSS.lsp  
  F2T13P2#11  Buzzard, Your program didn't set the TEXTSIZE, so we didn't add it in. However, by adding this line in your code after it sets the...
  F2T13P2#13  We are using a similar method as your revised code. In our drawings we use as many different mviews as required to show all the...
  F2T13P2#16  I found this in the AutoCAD help for DIMBLK. Type: String Saved in: Drawing Initial value: "" Sets the arrowhead block displayed at...
Deleting bak and temp files
  F2T24P1#1  Does anyone have a program that deletes the bak and temp files created by AutoCAD? I was hoping to speed up the process of...
  F2T24P1#3  Mainly the *.bak and *.log files. I'd also like to clean up the temp *.sv$ and *.ac$ files...
  F2T24P1#5  Gile, Thank you very much for sharing your code. I appreciate it. Thanks, Bill...
Rounding functions
  F2T35P1#1  I'm looking for some rounding functions that round up, round down, and round to a nearest number. I came across a few examples on...
  F2T35P1#4  Gile, There seems to be a problem in your first round function if the prec value is a negative number...
  F2T35P1#8  Thanks for all your replies. I normally don't round negative numbers, so any of these are fine...
AutoCAD Games
Here an animation
  F8T4P1#2  I tried running your animation program and I keep getting the error message, "no function definition: C:SAR". Can you provide it so I...