Let’s start this whole thing from scratch and see if
something along the way helps explain how this title block thing works. You might see something below that you did in
error. But once you get a basic block working
you can add lots more bells and whistles.
What follows below will start from a known environment so if something
does go haywire for you we should be able to backtrack.
1)
Close all open drawings.
2)
On the big red “A” (the AutoCAD Application
icon) click the little black arrow and select New to start a new drawing. You’ll be asked to select a template. Use the ACAD.dwt template.
3)
Now draw an 11x8.5 rectangle with the bottom
left corner at 0,0. (RECTANG 0,0 11,8.5)
4)
Select the rectangle.
5)
Click the Insert tab and select Create Block
from the Block Definition palette.
6)
Name the block TitleBlock. Make sure the “Open in block editor” box at
the bottom is checked. Leave the Base
point and Objects “Specify On-Screen” boxes unchecked, leave the Annotative box
unchecked. Select the “Delete” radio
button and check the “Scale uniformly” and “Allow exploding” boxes.
7)
Click OK to open the Block Editor context
sensitive tab.
8)
In the Manage palette check the Block Authoring
icon. On the Parameters tab click “Basepoint”
and place it at the lower left corner of your rectangle.
9)
Do one last thing before saving… select the
rectangle again and OFFSET it 0.375 to the inside. Then Close the Block Editor and save the
TitleBlock.
Now we’re going to do a little setup on the Layout1 tab.
1)
Click the Layout1 tab to open it. Select the existing viewport and delete it.
2)
Now right click the tab and select Plot. We’re going to set it up to create a Design
Review (.dwf) document.
3)
In the Printer/plotter Name: box, click the down
arrow and select the DWF6 ePlot.pc3 driver.
4)
In the Paper size section scroll thru the list
until you find ANSI full bleed A (11.00x8.50 Inches).
5)
In the Plot style table click the little black
down arrow and choose acad.ctb.
6)
Click the Apply to Layout button and then
Cancel. The plot is set up, but we don’t
have our title block on it yet.
7)
You should still be on the Insert tab, so click
the Insert icon in the Block palette and select your TitleBlock block and
insert it at 0,0 using all the defaults.
Click OK.
8)
The outside line you drew should be around the
outside edge of the white portion of the Layout. The 3/8” offset line will be inside of that.
You can trick this basic block out all you want to add
extra information, but this is the bare bones of it. To plot something from the model you’ll need
to add a viewport to this (VPORTS), set its scale and orient things the way you
want.
Hopefully this will get you started.
Addendum:
I realized after writing this that in 2008 you may not be using the Ribbon, so some of these instructions may not make sense. One thing for sure will be the Block Authoring palette (you may have it but might have to look somewhere else). If the whole basepoint thing gives you trouble then Specify the basepoint at 0,0,0 in the Create block process.
Dave
Edited by heinsite - 16.Nov.2012 at 08:26