Back to Back Issues Page
Scale Factors and LISP Routines
April 24, 2005

The CAD Times

An AutoCAD Newsletter for CAD Users



The CAD Times brings you the latest AutoCAD tips, tricks and articles that can help you become a more efficient CAD user.

If you like this ezine, please do a friend and me a big favor and "pay it forward."

If a friend did forward this to you and if you like what you read, please subscribe by visiting...The CAD Times – Subscribe



Do you have some helpful AutoCAD tips you would like to share with your fellow CAD users?

Feel free to suggest your own AutoCAD Tips here.




Finding Online Freelance CAD Projects

Ohhhh, do we get requests for this one! … especially from over seas.

I thought this may be a great article for a newsletter since many CAD drafters and designers are always on the look out for some possible freelance opportunities.

But is it for you? Sure, why not. If you have the time, equipment, software and expertise that employers are looking for in CAD contractors.

There are several cad sites offering opportunities… Read more...


This month’s AutoCAD tips!

Figuring It Out

Scale Factor for Imperial Units (Model Space)

12 is the magic number when it comes to figuring out that all important scale factor to be used for the linetype scale (LTSCALE), dimension scale (DIMSCALE) and text height, to name a few.

Lets say you have a sectional drawing you would like to be plotted at 1/4” = 1’-0” … but … how do you figure out the scale factor for these above items?



For 1/4" = 1’-0”

1. 12”
¸ 1/4” (0.25) = 48
2. 48 now becomes your linetype scale and the dimension scale.
3. For the text height: standard plotted text height is 3/32”, so 3/32” (0.09375) X 48 = 4.5”



For 1/8” = 1’- 0”

4. 12”
¸ 1/8” (0.125) = 96
5. 96 now becomes your linetype scale and the dimension scale.
6. For the text height: standard plotted text height is 3/32”, so 3/32” (0.09375) X 96 = 9”

Another tip for dimensioning -- Set your dimension scale factor accordingly, then set your text height to 3/32" in the Dimension Style Manager. This will automatically set the dimension text to the proper height. Also be sure to set the height to 0 in the style of the dimension text (enter STYLE at the command prompt).

Piece of cake? :)

 

Load Those LISP Routines

Even though Autodesk eagerly tries to make it's way through the AutoCAD wish list that us CAD users relentlessly keep adding to, there seems to always be a need for some extra help in the mean time.

So, while we wait for the next release of AutoCAD (hmm, yeah they can't release those fast enough) to see if our *wishes come true*, our buddy the lisp programmer can be our best friend.

Loading Lisp Routines for the Current Drawing Session

1. From the Tools dropdown menu

2. Choose Load Application...

3. Browse to the location of the lisp routine (.lsp file) you would like to run

4. Click Load

Your lisp routine is now ready for use in your current drawing. Usually typing the name of the lisp routine at the command prompt will get things going.

If not, try opening the lisp routine using a text editor program (such as Notepad in Microsoft Windows) and see if the programmer included any instructions on running the lisp routine.

If you open the file and see scrambled text, the lisp routine is probably protected by the programmer.

If so, it's best to contact the person or site you received the routine from and ask what the parameters are for evoking the routine.

Loading Lisp Routines Each Time AutoCAD Starts Up

There are some routines I like to use almost every time I'm using AutoCAD. For these *special* lisp routines, I add them to the Startup Suite so they load each time AutoCAD starts.

1. From the Tools dropdown menu

2. Choose Load Application...

3. Click on Contents, then Add

4. Browse to the location of the lisp routine (.lsp file) you would like to have added.

5. Choose the file and click Add

6. Click Close, then Close again

Until next time :)


We hope you found this months newsletter helpful!

You can read "The CAD Times" back issues here.

Ask General AutoCAD Questions

Share YOUR AutoCAD Tips and Tricks


Drop us a line anytime to submit your feedback!

For information on Advertising in this Newsletter, contact us here.


Copyright © 1995 - 2017 by iCadTec.com
All rights reserved worldwide.

icadtec.com Home : Contact us here

Autodesk and AutoCAD are either registered trademarks or trademarks of Autodesk, Inc., in the USA and/or other countries. All other brand names, product names, or trademarks belong to their respective holders.

Back to Back Issues Page