 |
|
Exchange Forum >
Search Forums
Search Results |
|
|
|
|
|
|
AutoCAD General |
Adding commands to acad.pgp
F1T1P1#5
If your using a version later than AutoCAD 2004, the AutoCAD menu has an option of editing the acad.pgp file from the menu. This...
Challenge(?) converting DWG
F1T15P1#2
Play around with the WMFOUT and WMFIN commands and see if this is anything like what you are looking for. You can explode the...
F1T15P1#4
Paolo, Yes, the WMF is stored as half scale. But that shouldn't be a problem. We'll just insert it with a scale of 2. Are the drawings...
F1T15P1#7
Zeanor, The CHSPACE only seems to work well under user control, so I had to improvise a little. Paolo, Here is a test version that...
DwgConvert.lsp
F1T15P1#9
You're right! I fixed that and looked into the LtScale ratio. Here's the new version...
DwgConvert.lsp
|
|
|
AutoLISP and Visual LISP |
Your favorite shortcut function
F2T1P1#1
Every day while at work we all use several shortcut functions. Some of these shortcuts we’ve written ourselves and some we’ve used...
F2T1P2#14
Thanks to everyone contributing to this thread. I know there's still a few shy people who have that great shortcut, that they want to...
Useful AutoLISP functions
F2T2P1#2
Excellent idea Flynn! Here are a few trig related functions that I've found very useful. The acos function returns the acos of the...
Inserting Blocks With Variables
F2T6P1#2
It sounds like a very doable program. You described three blocks, B Q and Z. Do they all have the same insertion point that the user...
Program to add up BOM quantities
F2T7P1#5
Buzzard, It might be easier to get a selection using the attribute tag names to add up. Do you know the attribute tag name? If not...
F2T7P1#10
In the code from J. Briggs did you change the tag name from "QTY" to "JACK-QTY" in all capitals? Can you attach you revised code...
F2T7P2#12
Put a "(" before your defun line. Like (defun c:AddQtys etc. Somehow it got left out when you copied from the code window. It should...
Suppressing AutoCAD dialogs
F2T8P1#3
I think you’re thinking about the (initdia) function. If you place it just before (command "BLOCK") the AutoCAD dialog is displayed...
Redefine Save command
F2T11P1#3
Pheonix, What did you have in mind for your macro or lisp routine?...
Open last drawing saved
F2T12P1#4
Very nice code. Looking forward to your next version...
Strings to Numbers
F2T27P1#8
This function fixes the string before it gets to the (type (read str)) line. (defun isreal (str) (if (= (substr str 1 1) ".") (setq str (strcat "0"...
Not experienced enough to do
F2T29P1#2
Keep on digging into it every chance you get! It will pay off in time. I'll take a look at your attachment after work to see what I can...
F2T29P1#4
I looked into your attached lisp functions. The CurveJack-v3-2.lsp is great! The JackArchs.lsp ran smooth on the options for 4C and...
F2T29P1#6
I'll take another look at it around lunch and try to find out exactly where I was getting that error message. Have a great one...
F2T29P1#7
Here's where the code is crashing if I choose options 3C or 3CK. The value for SDLIST is being setq to nil which is crashing the next...
F2T29P1#9
Ok, this took a while to debug. At the end of the defun named SOLDIER-CALC it needs SD-LIST as the last line of the defun. Look...
F2T29P2#12
Zeanor, Your idea sounded good in theory, but it must be doing something important in the first call to setq SD-LIST. I attached the...
Jack-Arches.lsp
F2T29P2#14
But did Jack-Arches run OK? To suppress the nil after the program runs, put a (princ) as the last line of the c:Jack-Arches function....
F2T29P2#16
I got a little busy today finishing up some projects. So you're telling me that it works for the most part, but some function is not trimming...
F2T29P2#18
I made a copy of your JackArchs.lsp as JA.lsp so you won't write over your original. Just type (load "JA") and type "JA" to run the...
JA.lsp
AutoCAD LispWiki
F2T31P1#6
Theodorus, I checked out the Wshape.lsp function this evening and fixed a few of the bugs that made it unusable. It has the...
wshape.dat
wshape.lsp
AutoCAD & pi
F2T37P1#2
Here is an interesting quote I found on the Wikipedia website about Pi. http://en.wikipedia.org/wiki/Pi "Pi is an irrational number...
Information about points in excel
F2T38P1#2
Hi Brigitte, Welcome! It sounds like you're wanting to get a selection set of the blocks you pick, more so than the point on the screen...
F2T38P1#4
Brigitte, You may have to change the path name for the location of your Excel.exe. Also you may want to change the Csv filename...
VisualLISP Functions Reference Charts
F2T42P1#2
junehao, Thanks for your contribution for the AutoCAD and AutoLISP community. I printed off two copies for myself. One to have at...
Move & Rotate along Axis in 3D
F2T52P1#2
Laison, Welcome to the Exchange Forum. I tested your MPF function and it works fine. Here is another version using "initget" and...
F2T52P1#4
Laison, I just modified your MPF function and named it MPF2, but it was intended to be used with your existing MPF functions, MXX...
F2T52P1#7
Laison, A few of us at work tried a few things with your 3Dtest drawing, including the "move", "rotate3d" and "align" commands. I...
F2T52P1#9
Laison, Honestly we had a hard time figuring out exactly what points you were referring to with your description. And several of us just...
3Dtest.gif
|
|
|
Dcl Dialogs |
Need AutoLISP and dialog example
F4T2P1#10
Justin, There is a way to do this by using the $reason value from an edit_box tile. In the example code below replace EditBox1...
PolyLengths dialog program
F4T4P1#2
Justin, I have to compliment you on your math in your AutoLISP function. It might be nice to also include entering the dimensions as...
Help me to add, store and delete in a POP-up LIST
F4T5P1#4
I'm not sure where you are with Dcl Dialogs, but here is something to get you started. Save your files as TestDialog.lsp and...
I can't get it
F4T6P1#2
Seventhram, Sometimes it's confusing at first. In the lisp part I moved the (start_dialog) after the action_tile calls. In the dialog part it...
F4T6P1#5
Seventhram, You're too kind! Thanks. I noticed that I forgot to declare Scale and setq it's default in my version. If the user was to...
F4T6P1#7
Yea, that looks better! You mentioned graying out one of the lists depending if they chose Architectural or Engineering. How about...
BorderProgram.gif
F4T6P1#9
Shouldn't you have named this thread "Yes, I can get it."? A friend that I used to work with was fairly advance in AutoLISP. When...
L-Shapes dialog for angles
F4T9P1#2
Trevor, Your program is doing exactly what you put in the code, but not what you intended or you wanted. The functions like caaar...
Pole Shaft program help
F4T13P1#6
"Does anyone have an example of how to update these edit boxes?" You can combine the realstring function that Quick Silver...
Drawing Notes and Legend Lisp
F4T15P1#2
Buzzard, You definitely have a nice style. I look forward to testing out your Drawing Notes and Legend Lisp functions tomorrow at...
F4T15P1#4
Your DNL program creates some very professional looking headers for notes etc. Thanks for the share. Bennett...
F4T15P1#7
Buzzard, I just tested you new revised version of DNL. Sweet! I think what Zeanor is referring to, has something to do with the...
F4T15P2#14
Buzzard, This is amazing! I just downloaded it, unzipped it and ran it. Whoa! Only two files. I also reviewed the files and you have got...
F4T15P2#16
No way.....
Mimage, image files from wmf files
F4T18P1#4
Viper, I think this one has some great possibilities. Have you given any thought to adding a front end dialog to drive the user inputs?...
F4T18P3#24
Welcome to the team Buzzard! I tested out your code and the revision by Viper. It's a great concept that you're working on. When I...
|
|
|
ObjectDCL and OpenDCL |
OpenDCL info...
F5T2P1#3
Barry, I just checked out your website this afternoon. I recommend it for our members that are interested in learning more about...
|
|
|
Menus and Customization |
Including my Accelerators
F7T1P1#2
I recommend adding your Accelerators into a custom menu. Then just load your custom menu...
Express Tools missing
F7T2P1#2
If you have Administrative privileges on your computer you can re-installed the Express Tools yourself. You will need to have the...
|
|
|
AutoCAD Games |
4th of July Fireworks
F8T27P1#3
I read through the notes at the top of the lsp file. You will need to create a C:\Fireworks folder then copy the lsp and dcl file into that...
|
|
|
AutoCAD Products and Services |
Programming a Symbol Library
F10T3P1#2
Truman, Welcome to the Exchange Forum. This sounds like a great opportunity for an AutoLISP or VBA programmer who can...
|
|
|