South Plains AutoCAD Users Group
Tippit of
the Month
1997
January February March April May June July August September October November December
HOME Current Tip 2005 2004 2002 2001 2000 1999 1998 1997
| December's Tip of the Month | |
| Two new quick keys. | |
| Add these lines to your ACAD.Lsp file EF - Extend Fence TF - Trim Fence The double quotation marks issues a return after |
(defun c:ef () (command "extend" "" "f") (princ) ) (defun c:tf () (command "trim" "" "f") (princ) ) |
November's Tip of the Month |
|
| Do's and Don'ts of dimensioning. | |
| You would like the dimension to read - 7'-0" I.D. Don't type in - 7'-0" I.D. (top dimension) Instead type in - <> I.D. (bottom dimension) This will enable the dimensions to retain the correct value while stretching. |
|
| October's Tip of the Month |
| How do I quickly load or unload partial menus without using the tedious dialog interface? |
| You can either use simple menu macros or lisp. First you need to temporarily turn off dialog boxes using the FILEDIA command. Load the menu with the MENULOAD command, then reset FILEDIA. Examples: [Internet Toolbar]^c^c(command "menuunload" "inet") (command "menuload" "inet") _toolbar;INET.TB_INTERNET_UTILITIES;_show |
| September's Tip of the Month | |
| Making AutoCAD load a little faster. | |
| For Windows NT 4.0 or 95 users. "Right click" on your shortcut icon for ACAD and hit properties. Go to the shortcut tab and add /nologo after acad.exe as highlighted in the image. This will prevent the large logo that appears every time you load AutoCAD. This will save 3-5 seconds off your load time (depending on the speed of your computer). | |
August's Tip of the Month |
|
| A Macro to quickly draw a splined leader (R13 & 14). | |
| With this simple macro you can turn 12 keystrokes into
4 picks with your cursor. Leader without text: [Spline Leader]^c^cleader \\f s \\;;n; Leader with text: |
|
July's Tip of the Month |
|
| Trimming & Extending Dimensions. | |
| Don't forget that this is now possible in R13 or higher. The AutoCAD manual doesn't even address trimming the length(value) of the dimension, only trimming the extension line is mentioned. 1. Trim mode: sometimes the node has to be @ least ~1/8"
> the trim line.(don't ask me why) Select Cutting Edges (highlighted) then select dimension to trim or extend. If the dimension will not trim or extend, make sure you have a cutting edge that passes or meets the node point of the dimension. "Remember that there are always more ways than 1 to do anything in AutoCAD. It is better to know more ways to do 1 thing, than to only know 1 way to do anything." Tippit 97 |
|
June's Tip of the Month |
|
| A better looking Insulation. | |
| My Minsert version vs. Acad's linetype version : [3-1/2" Vert. Insul]^c^cMINSERT INSUL
\3.5 1.3125 0 \1 1.3125 Advantages: Disadvantages: Note: You must have Insul.Dwg in ACAD's search path. |
|
| May's Tip of the Month |
| How do I redefine the Function keys in R13 to my favorite osnap commands, i.e.; endpoint, midpoint etc.? |
| Here's how to do it: The way you would do this is quite simple. All you have to do is edit the ACAD.MNS
file. ex. Note: If you are an old
converted hard-core DOS user, and you changed the Keystrokes to Tip taken from (CADENCE Magazine. February, 1997 pg.94) by George Head |
| April's Tip of the Month |
| How do I show the same xref more than 1 way, that is with different colors and linetypes on the same page? |
| Here's how to do it: Command: XREF BASE is the actual name of the drawing you are attaching and FLOOR is the name you want the layers to be labeled. Layer Names will look similar to this - |
| March's Tip of the Month | |
| Layer change with Pedit and Join.Lsp. | |
| Did you know you can change entities layers by using the PEDIT
and Join.Lsp (lisp
routine that comes with ACAD - found in Sample Directory) commands? All you have to do is select the first entity that has the layer you want the others to change to. |
|
| February's Tip of the Month | |
| Zooming in Paper Space Pop-Down. | |
| ZoomPS.Mnu This is the pop-down you need! I originally created it on 09/21/94 I have recently added DECI-ARCH in response to Alfred Narbaiz @ Abacus Engineering's request. It includes Architectural, Decimal Architectural, Engineering, and Decimal Engineering. Just copy-paste into your ACAD.MNU under the VIEW Pop-down at the bottom. Enjoy! |
|
| January's Tip of the Month | |
| Adding a Path Statement. | |
| Create a Custom Directory to put all your new lisp routines into. Then add the path (ex. c:\acustom) in the Preferences dialog under the Environment tab in the Support box as shown. Now you will be able load any New Lisp routine without having to type in a complete path. The order of the Support path determines which directories will be looked in first. If you wanted to have a custom Acad.Lsp or Acad.Mnu file etc., just put them in the custom directory, where they will be located first by AutoCAD. This makes for easy Upgrades in the future! | |
Powered By SGI Servers
Page Maintained & Updated by Jeff Tippit
Original Page Design & Implementation By Patrick M. Slattery
Copyright © 1996-2006 SPAUG
Last Updated December 08, 2006