tutorial_ create a plot style (color-dependent) - autocad tips blog.pdf

Upload: jamohl-supremo-alexander

Post on 02-Jun-2018

224 views

Category:

Documents


0 download

TRANSCRIPT

  • 8/10/2019 Tutorial_ Create a plot style (color-dependent) - AutoCAD Tips Blog.pdf

    1/7

    9/14/13 Tutorial: Create a plot style (color-dependent) - AutoCAD Tips Blog

    www.ellenfinkelstein.com/acadblog/tutorial-create-a-plot-style-color-dependent/

    How do I get all my AutoLISP routines to load

    themselves?

    Tutorial: Create a custom workspace in AutoCA

    2006 and lat

    Tw

    1

    Tutorial: Create a plot style (color-dependent)By Ellen Finkelstein

    Do you need a way to integrate flexible displayinto your plots? For example, you may want to produce draft

    plots that use less ink. Or you may want to plot all in black, or shades of gray. You may want to change solid

    fills to hatches for some plots.

    The way to create multiple plot variations is to use plot styles. You can create as many variations as you want,

    save them, and use them for any drawing. Plot styles are saved in plot style table files.

    There are two kinds of plot style tables: named (*.stb) and color-dependent (*.ctb). Named plot styles are more flexible,

    are not the default type of plot style. Your choice of plot style table type is saved in the Windowsregistry, not in the

    drawing. To switch, you change the type and then open a new drawing.

    In this tutorial, Ill show you how to create and use a color-dependent plot style that sets the lineweight to 0.05 and the

    screeningto 25%. Screening specifies the amount of ink used for a color and the default is 100%. Setting the screening

    25% is a useful technique for saving ink for a draft plot.

    Set the plot style type

    To set the plot style type, follow these steps:

    Right-click in the drawing area and choose Options top open the

    Options dialog box. Then click the Plot and Publish tab.

    Click the Plot Style Table Settingsbutton.

    In the Plot Style Tables Settings dialog box, choose Use Color

    Dependent Plot Styles or Use Named Plot Styles. You can also

    specify a default plot-style table other than the standard acad.ctb

    (color-dependent) or acad.stb (named) plot style. For this tutorial,

    choose Use Color Dependent Plot Styles, if it isnt already

    selected.Click OK.

    Create a color-dependent plot style table

    Youre now ready to create a color-dependent plot style table.

    Choose Application button>Print> Manage Plot Styles to open the

    Plot Style Manager. Youll see a Windows Explorer window, like

    the one you see here. Notice the Add-A-Plot Style Table Wizard shortcut and the other plot style table files that

    come with AutoCAD including one that sets screening to 25%.

    http://twitter.com/search?q=http%3A%2F%2Fwww.ellenfinkelstein.com%2Facadblog%2Ftutorial-create-a-plot-style-color-dependent%2Fhttps://twitter.com/intent/tweet?hashtags=color-dependent%2Cplot%2Bstyle%2Cplotting&original_referer=http%3A%2F%2Fwww.ellenfinkelstein.com%2Facadblog%2Ftutorial-create-a-plot-style-color-dependent%2F&text=Tutorial%3A%20Create%20a%20plot%20style%20(color-dependent)%20-%20AutoCAD%20Tips%20Blog&tw_p=tweetbutton&url=http%3A%2F%2Fwww.ellenfinkelstein.com%2Facadblog%2Ftutorial-create-a-plot-style-color-dependent%2F&via=EFinkelsteinhttp://www.ellenfinkelstein.com/acadblog/tutorial-create-a-custom-workspace-in-autocad-2006-and-later/http://www.ellenfinkelstein.com/acadblog/how-do-i-get-all-my-autolisp-routines-to-load-themselves/
  • 8/10/2019 Tutorial_ Create a plot style (color-dependent) - AutoCAD Tips Blog.pdf

    2/7

    9/14/13 Tutorial: Create a plot style (color-dependent) - AutoCAD Tips Blog

    www.ellenfinkelstein.com/acadblog/tutorial-create-a-plot-style-color-dependent/

    Double-click the Add-A-Plot Style Table Wizard shortcut to open the Add Plot Style Table wizard.

    Click Next.

    On the Begin screen, choose the source for your plot style table. For this tutorial, choose Use an Existing Plot

    Style Table and click Next.

    In the Browse File Name screen, choose acad.ctb, which is the default plot style table. Your new plot style table

    be based on this one. Click Next.

    In the File Name screen, enter a file name. I used Draft-screen-lwt. Click Next.

    On the Finish screen, click the Plot Style Table Editor button. The Plot Style Table Editor opens.

    Youve now created a color-dependent plot style table and youre ready to define a plot style for that table.

    In the Plot Style Table Editor, click the Form View tab. On the left you see all the colors from 1 to 255. You can

    select more than one color and make changes on the right to applythose changes to all selected colors.

  • 8/10/2019 Tutorial_ Create a plot style (color-dependent) - AutoCAD Tips Blog.pdf

    3/7

    9/14/13 Tutorial: Create a plot style (color-dependent) - AutoCAD Tips Blog

    www.ellenfinkelstein.com/acadblog/tutorial-create-a-plot-style-color-dependent/

    Click Color 1 (red). Use the scroll bar to scroll down to the last color, Color 255 (white). Press and hold Shift and

    click Color 255. This selects all the colors.

    For the Screening item, change the value to 25.

    For the Lineweight item, choose 0.0500.

    Click Save & Close. Youre now back in the last screen of the Add Plot Style Table wizard.

  • 8/10/2019 Tutorial_ Create a plot style (color-dependent) - AutoCAD Tips Blog.pdf

    4/7

    9/14/13 Tutorial: Create a plot style (color-dependent) - AutoCAD Tips Blog

    www.ellenfinkelstein.com/acadblog/tutorial-create-a-plot-style-color-dependent/

    Click Finish.

    Youve now created a plot style. If you need to edit it, you can access it from several places. One option is to open the

    Options dialog box as described above and click the Plot and Publish tab. There you can choose Add or Edit Plot Style

    Tables. Youre now ready to apply your plot style.

    Heres the drawing. You can see that it uses solid fills in two places and a heavy lineweight around the window shutters

    Attach a plot-style table to a layout

    You need to attach a plot-style table to a layout. You can attach different plot-style tables to different layouts to easily

    create plot variations. Follow these steps:

    Open a new drawing and draw some objects. In this case, draw an object with a wide lineweight and fill a closed

    area with a solidfill, so you will see the contrast when you apply the plot style. Choose a layout tab in your draw

    and set up one or more viewports. (If the layout tabs are not displayed, right-click the current layouts button on t

    status bar and choose Display Layout and Model Tabs, as shown here.)

    Right-click the layout tab and choose Page SetupManager.

    In the PageSetup Manager dialog box, choose an existing page setup, if you have one, and click Modify. Otherw

    click New, name the page setup and click OK. You now see the Page Setup dialog box for the layout.

  • 8/10/2019 Tutorial_ Create a plot style (color-dependent) - AutoCAD Tips Blog.pdf

    5/7

    9/14/13 Tutorial: Create a plot style (color-dependent) - AutoCAD Tips Blog

    www.ellenfinkelstein.com/acadblog/tutorial-create-a-plot-style-color-dependent/

    In the upper-right corner, choose your plot-style table from the Plot Style Table (pen assignments) drop-down list

    For this tutorial, you choose Draft-screen-lwt.ctb.

    Just below, check the Display Plot Styles check box. With this box checked, youll see the effect of your plot sty

    on your layouts. (If the Display Plot Styles check box is already checked, youll need to use the REGEN comma

    to display the plot style.)

    Click OK.

    In the Page Setup Manager, make sure that the page setup is selected and click Set Current.

    Click Close to return to your layout.

    You should now see the results of your page style. Compare the layout below with the drawing I showed earlier.

    Searching for plot style?

  • 8/10/2019 Tutorial_ Create a plot style (color-dependent) - AutoCAD Tips Blog.pdf

    6/7

    9/14/13 Tutorial: Create a plot style (color-dependent) - AutoCAD Tips Blog

    www.ellenfinkelstein.com/acadblog/tutorial-create-a-plot-style-color-dependent/

    You can see that the solid fills are much lighter and the lineweight is lighter as well. That will save lots of ink!

    Did you find this post useful?

    Sign up to get the AutoCAD Tips Newsletter so you wont miss any new tips!

    Related posts:

    1. Getting the perfect color

    2. Plot on a black & white printer

    3. AutoCAD tutorial: Create a cell style for a table

    4. Tutorial: Create a page setup for plotting

    5. Save plot settings to a layout

    February 12th, 2008 | Tags: color-dependent, plot style, plotting| Category: Plotting & Output

    4 comments to Tutorial: Create a plot style (color-dependent)

    Display lost toolbars

    in AutoCAD

    59,783 views

    Creating custom

    hatch patterns

    57,293 views

    Tutorial: Create

    attributes

    56,617 views

    Most Popular -

    http://www.ellenfinkelstein.com/acadblog/tutorial-create-attributes/http://www.ellenfinkelstein.com/acadblog/creating-custom-hatch-patterns/http://www.ellenfinkelstein.com/acadblog/display-toolbars/http://www.ellenfinkelstein.com/acadblog/category/plotting-output/http://www.ellenfinkelstein.com/acadblog/tag/plotting/http://www.ellenfinkelstein.com/acadblog/tag/plot-style/http://www.ellenfinkelstein.com/acadblog/tag/color-dependent/http://www.ellenfinkelstein.com/acadblog/save-plot-settings-to-a-layout/http://www.ellenfinkelstein.com/acadblog/tutorial-create-a-page-setup-for-plotting/http://www.ellenfinkelstein.com/acadblog/autocad-tutorial-create-a-cell-style-for-a-table/http://www.ellenfinkelstein.com/acadblog/plot-on-a-black-white-printer/http://www.ellenfinkelstein.com/acadblog/getting-the-perfect-color/http://www.ellenfinkelstein.com/acad_submit.html
  • 8/10/2019 Tutorial_ Create a plot style (color-dependent) - AutoCAD Tips Blog.pdf

    7/7

    9/14/13 Tutorial: Create a plot style (color-dependent) - AutoCAD Tips Blog

    www.ellenfinkelstein.com/acadblog/tutorial-create-a-plot-style-color-dependent/

    RicardoJune 23, 2011 at 6:32 pm

    This was completely helpful towards my situation. Written perfectly clearly, though in a professional

    manner; understood every step. Thank you very much for this, you helped me an aweful lot! Take care!

    TessAugust 31, 2011 at 10:26 am

    Thank you for all this information it has been really helpful. I wondered if you could help us locate the

    architectural standards for AutoCAD line thicknesses etc so we can produce our own plotsyle. Thanks

    Acad tutuorial | MeyerswoodworkApril 3, 2012 at 10:17 am

    [...] Tutorial: Create a plot style (color-dependent)AutoCAD tips & tutorials to help you work faster & smarter.

    CommentsPosts Tutorial: Create a custom workspace in AutoCAD 2006 and later [...]

    December 3, 2012 at 1:15 pm

    : 0,153,153

    ?

    http://meyerswoodwork.shikshik.org/2012/04/03/acad-tutuorial/