South Plains AutoCAD Users Group
Tippit of
the Month
1998
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 |
| How do I fix the error message in R14: "Hatch spacing too dense or dash size too small"? |
| First of all, this particular error is set by the environment variable
MAXHATCH which is defaulted to 10,000. This means that you attempted to hatch an area that
would have created more than 10,000 segments. This variable is stored in the Windows
system registry. Editing the registry can be dangerous if not done properly. Instead of
editing the registry, the easiest way is to use a small lisp funtion on the command line
or in a menu section: ex. (setenv "MAXHATCH" "20000") Tip based off of the January 1999 issue of Cadalyst - Dr. Debug's AutoCAD Clinic. |
November's Tip of the Month |
|
How do you attach the SAME Xref more than once in order to get different colors and linetypes in R14? |
|
| The purpose for this tip is to be able to change
the colors and linetypes for an xref without changing the base Xref. For example, I have 2 Mviews in paperspace for 1 sheet. I want the Floor Plan to be 1/4" in 1 Mview, and the Roof Plan to be 1/8" in the other Mview. The only problem is that I want the walls in the Roof plan to be screened but full tone in the Floor Plan. 1. Attach your base drawing as an Xref. We will use the name 98143.dwg as an example. When you rename the Xref (in step 2) the layer names that used to look like: 98143|WALL now look like: ROOF|WALL etc. Question was asked by Terry Echols. |
|
| 2. Click twice (slowly) on the name 98143 to open
up the name for renaming. Type in a new name, in our example we used ROOF. |
|
| 3. Now re-attach the base drawing again. You can repeat this process for as many times as you need. |
|
| October's Tip of the Month |
| How to Dxfout a multitude of files: |
First use the old DOS command to get a dir of the files you want to
dxfout & Sent in by Rodney Estep |
| September's Tip of the Month |
| A Workaround for Purging non-purgeable layers. |
| If you have tried everything you can think of, to purge that annoying layer that just won't go away: Take all of the entities on a
different layer and change them This may sound silly, but it works. |
August's Tip of the Month |
|
Controlling Entity Sorting. AutoCAD's version of WYSIWYG (what you see is what you get). |
|
| Type DDSELECT, then hit Object Sort
Method... Try using 55, as shown in the image.
0 - None - Oct-tree sorting on for everything 1- Object Selection - pickbox finds most recent entity, window or crossing selects in reverse order 2 - Object Snap - when you use QUick object snap to find the most recent entities 4 - Redraws - to make entities appear in their order of creation 8 - Slide Creation - forces the order of appearance to match the order of creation 16 - Regens - same as redraw 32 - Plotting - force the order of appearance to match order of creation 64 - Postscript Output - control the order of postscript file (PSOUT) (Note: If an item is checked, oct-tree sorting is off for that item.) |
|
July's Tip of the Month |
| How to change the default startup directory. |
| Right click on the AutoCAD icon on the desktop and that will bring a box from which you can select PROPERTIES. Click on the SHORTCUT tab and change the START IN field to the location of your choice. Sent in by Ellsworth Jenkins |
June's Tip of the Month |
| Here is a quick way to update a hatch pattern, when you have changed the UCS origin. |
| All you have to do is pick on and off of a grip(hit the same grip twice). This will make a hatch pattern update to the new origin, if it is still associative. |
| May's Tip of the Month |
| Do you hate guessing what scale your hatch patterns should be? |
| Change LINE and NET to full scale hatch patterns.*LINE2, Parallel horizontal lines -
full scale 0, 0,0, 0,1 *NET2, Horizontal / vertical grid - full scale All you have to do is change all the .125's to 1 Now when you want 12"x12" tile, the scale factor is just 12. |
| April's Tip of the Month |
| A better way to use the Color Dialog. |
| Change line 109 in the DDCOLOR.Lsp file (in the Support Directory) from: (setvar "cecolor" citocs clr))) to: Now when you click on The only thing that doesn't work are the buttons for
BYLAYER & BYBLOCK, which |
| March's Tip of the Month |
| Have you ever received a drawing from someone else that didn't know what BYLAYER means? |
| Here are two simple macros that will change all selected entities, by auto windowing or cross-windowing, back to BYLAYER. Changes back to
Color Bylayer: Changes back to Linetype Bylayer: |
| February's Tip of the Month |
| How do I find the midpoint between two endpoints? |
Calmee.Bmp 1. Copy
the BMP on the Acad path. |
| January's Tip of the Month |
| Have you hated that fact that the Size button in the Plot Dialog is
always Grayed out when set to System Printer? Here is how to trick ACAD into accepting different sizes for System Printer. |
| 1. Set all the values exactly the way you want them in the Plot
Dialog with any ADI driver (except system printer). 2. Hit "Device and Default Selection..." 3. Then "Save Defaults to File..." 4. Type in a name. (The PCP will automatically be appended.) 5. Change the current plotter to "System Printer". Now the paper size will reflect what you have set in the PCP file. |
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