Category Archives: Layout

AutoLISP: Select Text, Rename Layout Tab

Link to AutoCAD Tips I used this LISP routine frequently for my old job. It is a routine that I found at http://www.cadalyst.com and is very helpful. What it does is let you rename the current layout tab by selecting … Continue reading

Posted in Attributes, AutoLISP, AutoLISP: Attributes, AutoLISP: Text, Layout, Paper Space, Text, TIPS | 3 Comments

AutoLISP: Set PSLTSCALE for All Viewports

http://wp.me/p1aURt-jN The system variable PSLTSCALE (Paper Space LineType SCALE) has been mentioned [here] so this LISP routine is a great example of automating the process of changing this setting in all of your viewports for you. Here’s how: PS0 <enter> … Continue reading

Posted in AutoLISP, AutoLISP: Modify, Layout, Modifying, Paper Space, Viewports | 2 Comments

Add Annotation Scale by Match Properties

The original post can be found here: http://wp.me/p1aURt-jH Quick tip: This only works for ADDING annotation scales to objects, not deleting them… I will post on how to create Annotation scales shortly. The new Annotation scaling feature is great for … Continue reading

Posted in Dimensions, Hatch, Layout, Manage, Modifying, Text, TIPS, Viewports | Leave a comment

Plot Color Regardless of .ctb file

https://autocadtips.wordpress.com/2011/12/07/plot-color-regardless-of-ctb-or-stb-file/ Correction. This tip does not override .stb files – sorry for any confusion. This tip can either be the answer to a problem or a helpful tip that can be applied to a drawing. I stumbled upon this while creating … Continue reading

Posted in BASICS, Customization, Layers, Layout, Manage, Modifying, Paper Space, Printing - Plotting, TIPS | 3 Comments

Layout Tab Cooridinates

After spending the time to set up a layout tab you may have encountered the frustration of inserting your title block onto the layout tab and it not inserting correctly. This is because the X,Y coordinates of 0,0 (zero,zero) are … Continue reading

Posted in BASICS, Customization, Layout, Paper Space, TIPS | 9 Comments

Easily Move or Copy Layout Tabs

Here is yet another improvement upon a previous post (found here). After you have a layout tab set up, this tip the fastest way that I have found to either move/rearrange the new layout tab or copy it. To move/rearrange … Continue reading

Posted in Layout, Modifying, Paper Space | 3 Comments

Cycle Through View Ports using CTRL + R

You may have read that you can cycle through View Ports in books and other websites but if you don’t see it in action, you may not fully understand its usefulness. Here is an example of a layout tab that has … Continue reading

Posted in BASICS, Layout, Paper Space, TIPS, Viewports | 1 Comment

Rotate Viewport

Here’s how to rotate a viewport and rotate THE VIEW of the objects within the viewport: Simply change a system variable. The variable is VPROTATEASSOCC As seen below, <0> = OFF & <1> = ON

Posted in BASICS, Layout, Paper Space, TIPS, Viewports | 1 Comment

Working in a Viewport

You may already know that if you double click inside a viewport that is on a layout tab you will be able to work in model space even though you are in paper space. This is known as working in … Continue reading

Posted in BASICS, Layout, Modifying, Paper Space, TIPS, Viewports | 10 Comments

Quickly Make a new Viewport

Here is a quick tip to quickly make a new paper space viewport. Set the layer to what you want the viewport frame to be on. It is best to use a designated layer for viewports that are set to … Continue reading

Posted in BASICS, Layout, Paper Space, Settling In, TIPS, Viewports | 8 Comments