<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>AutoCAD Tips Blog &#187; viewport</title>
	<atom:link href="http://www.ellenfinkelstein.com/acadblog/tag/viewport/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ellenfinkelstein.com/acadblog</link>
	<description>AutoCAD tips &#38; tutorials to help you work faster &#38; smarter</description>
	<lastBuildDate>Sun, 29 Jan 2012 20:18:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>AutoCAD Tutorial: Create a rectangle with an adjustable corner</title>
		<link>http://www.ellenfinkelstein.com/acadblog/create-a-rectangle-with-an-adjustable-corner/</link>
		<comments>http://www.ellenfinkelstein.com/acadblog/create-a-rectangle-with-an-adjustable-corner/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 20:09:48 +0000</pubDate>
		<dc:creator>Ellen</dc:creator>
				<category><![CDATA[Drawing]]></category>
		<category><![CDATA[constraints]]></category>
		<category><![CDATA[geometric constraints]]></category>
		<category><![CDATA[rectangle]]></category>
		<category><![CDATA[viewport]]></category>

		<guid isPermaLink="false">http://www.ellenfinkelstein.com/acadblog/?p=83</guid>
		<description><![CDATA[
			
				
			
		
<p>Have you noticed how grip-editing a viewport is different from grip-editing a rectangle?</p>
<p>When you grip-edit the upper-right corner of a viewport to stretch it, the viewport keeps its rectangular shape. You can freely choose your new corner location, so you&#8217;re not just scaling. You can change the proportion between the width and height, all without [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.ellenfinkelstein.com%2Facadblog%2Fcreate-a-rectangle-with-an-adjustable-corner%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.ellenfinkelstein.com%2Facadblog%2Fcreate-a-rectangle-with-an-adjustable-corner%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://www.ellenfinkelstein.com/autocadtips/images/acadtips_flexible_rectangle-6.swf"></a>Have you noticed how grip-editing a viewport is different from grip-editing a rectangle?</p>
<p>When you grip-edit the upper-right corner of a viewport to stretch it, the viewport keeps its rectangular shape. You can freely choose your new corner location, so you&#8217;re not just scaling. You can change the proportion between the width and height, all without losing its rectangle-ness.</p>
<div class="wp-caption aligncenter" style="width: 357px"><img title="Stretching a viewport in AutoCAD" src="http://www.ellenfinkelstein.com/autocadtips/images/acadtips_flexible_rectangle-1.png" alt="Stretching a viewport" width="347" height="210" /><p class="wp-caption-text">Stretching a viewport</p></div>
<p>But when you grip-edit the upper-right corner of a rectangle, the rectangle is distorted. The rectangle doesn&#8217;t know that it&#8217;s supposed to remain a rectangle. AutoCAD just thinks of it as a 4-sided, closed polyline. Indeed, select it and check in the Properties palette (Ctrl+1) and you&#8217;ll discover that it is indeed just a polyline.</p>
<div class="wp-caption aligncenter" style="width: 489px"><img title="Stretching a rectangle in AutoCAD" src="http://www.ellenfinkelstein.com/autocadtips/images/acadtips_flexible_rectangle-2.png" alt="Stretching a rectangle in AutoCAD" width="479" height="266" /><p class="wp-caption-text">Stretching a rectangle in AutoCAD</p></div>
<p>AutoCAD 2010&#8242;s geometric parameters can help you easily create a rectangle that knows it&#8217;s a rectangle. And, what is a rectangle? Well, &#8220;rect&#8221; means right, as in 90°. &#8220;Angle&#8221; is self-explanatory. So, we need to ensure that the angles will stay 90°.</p>
<p>Here&#8217;s how:</p>
<ol>
<li>Draw a rectangle.</li>
<li>Go to Parametric tab&gt; Geometric panel, and click the Perpendicular button.</li>
<li>At the <span class="prompt">Select first object: </span>prompt, click the top horizontal line of the rectangle.</li>
<li>At the <span class="prompt">Select second object: </span>prompt, click the left vertical line. You&#8217;ll see the Perpendicular icon near the upper-left corner of the rectangle.</li>
<li>Repeat the process for the two lines that meet at the lower-left corner and the lower-right corner.</li>
</ol>
<div class="wp-caption aligncenter" style="width: 425px"><img title="A rectangle with 3 perpendicular geometric constraints" src="http://www.ellenfinkelstein.com/autocadtips/images/acadtips_flexible_rectangle-4.png" alt="A rectangle with 3 perpendicular geometric constraints" width="415" height="253" /><p class="wp-caption-text">A rectangle with 3 perpendicular geometric constraints</p></div>
<p>Note: If you try to do all 4 corners, you&#8217;ll get a message telling you that AutoCAD can&#8217;t apply the constraint. That&#8217;s because when you have 3 corners constrained to perpendicular, the last corner is superfluous, and is therefore an overconstraint.</p>
<div class="wp-caption aligncenter" style="width: 409px"><img title="You cant overconstrain an object in AutoCAD" src="http://www.ellenfinkelstein.com/autocadtips/images/acadtips_flexible_rectangle-3.png" alt="You cant overconstrain an object in AutoCAD" width="399" height="195" /><p class="wp-caption-text">You can&#39;t overconstrain an object in AutoCAD</p></div>
<p>Now, you can grip-edit that upper-right corner and it will behave just like a viewport!</p>
<div class="wp-caption aligncenter" style="width: 510px"><img title="The rectangle now stretches like a viewport!" src="http://www.ellenfinkelstein.com/autocadtips/images/acadtips_flexible_rectangle-5.png" alt="The rectangle now stretches like a viewport!" width="500" height="275" /><p class="wp-caption-text">The rectangle now stretches like a viewport!</p></div>
<p>Here&#8217;s a video of the same operation:</p>
<p style="text-align: center;"><object id="csSWF" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="318" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.ellenfinkelstein.com/autocadtips/images/acadtips_flexible_rectangle-6.swf" /><param name="bgcolor" value="#1a1a1a" /><param name="quality" value="best" /><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="false" /><param name="scale" value="noscale" /><param name="flashVars" value="autostart=false" /><param name="name" value="csSWF" /><param name="flashvars" value="autostart=false" /><param name="allowfullscreen" value="false" /><embed id="csSWF" type="application/x-shockwave-flash" width="400" height="318" src="http://www.ellenfinkelstein.com/autocadtips/images/acadtips_flexible_rectangle-6.swf" name="csSWF" flashvars="autostart=false" scale="noscale" allowfullscreen="false" allowscriptaccess="always" quality="best" bgcolor="#1a1a1a"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ellenfinkelstein.com/acadblog/create-a-rectangle-with-an-adjustable-corner/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Display a named view in a viewport</title>
		<link>http://www.ellenfinkelstein.com/acadblog/display-a-named-view-in-a-viewport/</link>
		<comments>http://www.ellenfinkelstein.com/acadblog/display-a-named-view-in-a-viewport/#comments</comments>
		<pubDate>Sun, 11 Nov 2007 09:11:44 +0000</pubDate>
		<dc:creator>Ellen</dc:creator>
				<category><![CDATA[Plotting & Output]]></category>
		<category><![CDATA[display]]></category>
		<category><![CDATA[viewport]]></category>

		<guid isPermaLink="false">http://www.ellenfinkelstein.com/acadblog/?p=1276</guid>
		<description><![CDATA[
			
				
			
		
<p>While you create your drawing, you may specify named views (View &#62;  Named Views) that display areas you&#8217;ll want to show in a viewport on a  layout (paper space).</p>
<p>When it comes to creating viewports, you can display a named view  in a couple of ways. One, of course, is to double-click inside [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.ellenfinkelstein.com%2Facadblog%2Fdisplay-a-named-view-in-a-viewport%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.ellenfinkelstein.com%2Facadblog%2Fdisplay-a-named-view-in-a-viewport%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>While you create your drawing, you may specify named views (View &gt;  Named Views) that display areas you&#8217;ll want to show in a viewport on a  layout (paper space).</p>
<p>When it comes to creating viewports, you can display a named view  in a couple of ways. One, of course, is to double-click inside a  viewport and choose View &gt; Named Views. There you can choose the  named view you want and make it current.</p>
<p>But you can also display a named view while you create the viewport, saving some steps. Here&#8217;s how:</p>
<p>Choose View &gt; Viewports &gt; New Viewports to open the Viewports <span id="IL_AD12">dialog</span> box.</p>
<p><img src="../../../images/acadtips_named_view-in_viewport-1.jpg" alt="" width="427" height="342" /></p>
<p>Choose the configuration you want. Then, for <span>each</span> viewport that you see in the <span id="IL_AD9">preview</span>, click it to make it active, and choose the named view from the Change View To drop-down list.</p>
<p>You can even choose a visual style for that viewport from the Visual Style drop-down list.</p>
<p>Click OK.</p>
<div style="overflow: hidden; color: #000000; background-color: transparent; text-align: left; text-decoration: none; border: medium none;"><a style="color: #003399;" href="../../../AutoCAD_tips_named_view_in_viewport.html#ixzz1QN74kVoP"></a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.ellenfinkelstein.com/acadblog/display-a-named-view-in-a-viewport/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tutorial: Automate annotation scaling with annotative objects</title>
		<link>http://www.ellenfinkelstein.com/acadblog/tutorial-automate-annotation/</link>
		<comments>http://www.ellenfinkelstein.com/acadblog/tutorial-automate-annotation/#comments</comments>
		<pubDate>Wed, 24 Nov 2004 15:55:56 +0000</pubDate>
		<dc:creator>Ellen</dc:creator>
				<category><![CDATA[Text & Dimensions]]></category>
		<category><![CDATA[annotative objects]]></category>
		<category><![CDATA[AutoCAD]]></category>
		<category><![CDATA[scale]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[viewport]]></category>

		<guid isPermaLink="false">http://www.ellenfinkelstein.com/acadblog/?p=678</guid>
		<description><![CDATA[
			
				
			
		
<p>Since AutoCAD 2008, you can automate the sizing of annotation, such as text and dimensions, in multiple viewports with varying scales. In this tutorial, you practice using this feature, called annotative objects.</p>
<p>The following objects can be annotative, meaning that they can size automatically:</p>

Text (single-line text)
Mtext (multi-line text)
Dimensions
Multileaders (which are new for AutoCAD 2008)
Tolerances (in frames)
Hatches
Blocks
Block [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.ellenfinkelstein.com%2Facadblog%2Ftutorial-automate-annotation%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.ellenfinkelstein.com%2Facadblog%2Ftutorial-automate-annotation%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Since <span id="IL_AD1">AutoCAD</span> 2008, you can automate the sizing of annotation, such as text and dimensions, in <span id="IL_AD11">multiple</span> viewports with varying scales. In this tutorial, you practice using this feature, called <em>annotative objects.</em></p>
<p>The following objects can be <em>annotative</em>, meaning that they can size automatically:</p>
<ul>
<li>Text (single-line text)</li>
<li>Mtext (multi-line text)</li>
<li>Dimensions</li>
<li>Multileaders (which are new for AutoCAD 2008)</li>
<li>Tolerances (in frames)</li>
<li>Hatches</li>
<li>Blocks</li>
<li>Block attributes</li>
</ul>
<p>Note that objects that use styles &#8212; text, dimensions, and multileaders &#8212; require an annotative style as well.</p>
<p>In this tutorial, to keep things simple, we&#8217;ll just dimension the following drawing, which I extracted from AutoCAD&#8217;s sample drawing (in <span id="IL_AD6">the Samples</span> folder) db-samp.dwg.</p>
<p><img class="aligncenter" title="AutoCADs sample drawing " src="http://www.ellenfinkelstein.com/images/acadtips_annotation-1.png" alt="" width="267" height="345" />Follow these steps:</p>
<ol>
<li>Click a layout tab, or the layout button on the status bar.</li>
<li>Choose View tab&gt;Viewports panel&gt; New (or View &gt;  Viewports, the VPORTS command) and insert the viewports that you want.  If possible,  decide which scales you will use before adding annotative  objects.</li>
<li>Select a viewport and set its scale in the Standard Scale item of the <span id="IL_AD7">Properties</span> palette. Do the same for each other viewport. Here I have two  viewports: the left is 1/4&#8243; = 1&#8217;0&#8243; (1:48) and the right is 1/2&#8243; = 1&#8217;0&#8243;  (1:24). At the same time, check that the Annotation Scale value (shown  in the Properties palette) is the same as the Standard Scale; if not, change it so that the two values are the same.</li>
<p><img class="aligncenter" title="two viewports" src="http://www.ellenfinkelstein.com/images/acadtips_annotation-2.png" alt="" width="444" height="341" /></p>
<li><span id="IL_AD3">Return to the</span> Model tab.</li>
<li>Choose Annotate tab&gt; Dimensions panel and click the <span id="IL_AD2">dialog box</span> launcher at the right of the tab (Dimension&gt; Dimension Style, the DIMSTYLE command). Choose <span id="IL_AD5">the dimension</span> style you <span id="IL_AD9">want to work</span> with and click Modify. Or, click New, and create a new dimension style.  Either way, on the Fit tab, check the Annotative check box. Click OK.  Notice that your style now has the annotative icon next to it. Click Set  Current and then click <span id="IL_AD10">Close</span>.</li>
<p><img class="aligncenter" title="the Fit tab" src="http://www.ellenfinkelstein.com/images/acadtips_annotation-3.png" alt="" width="261" height="100" /><img class="aligncenter" title="annotative icon" src="http://www.ellenfinkelstein.com/images/acadtips_annotation-4.png" alt="" width="212" height="31" /></p>
<li>At this point, you should think a bit about which dimensions you&#8217;ll want in which viewport, but you can make changes later.</li>
<li>Switch to a dimension layer. Choose Annotate tab&gt;  Dimensions panel&gt; Dimension drop-down&gt;Linear (Dimension&gt; Linear  Dimension, the DIMLINEAR command). If this is the first annotative  object you&#8217;ve created in the drawing, you&#8217;ll see this dialog box,  reminding you to set the scale. Click the drop-down list and choose a  scale for one of the viewports that will show this dimension. I chose  1/4&#8243; = 1&#8217;0&#8243; because this dimension will go in the left viewport which is  at that scale. Click OK.</li>
<p><img class="aligncenter" title="select annotative scale" src="http://www.ellenfinkelstein.com/images/acadtips_annotation-5.png" alt="" width="348" height="179" /></p>
<li>Place the dimension. Note that the annotation scale on the right side of  the status bar shows the scale that you chose. You can change the scale  at this time. If you place other dimensions, they will also be at the  same scale.</li>
<p><img class="aligncenter" title="the status bar" src="http://www.ellenfinkelstein.com/images/acadtips_annotation-6.png" alt="" width="98" height="24" /></p>
<li>To place a dimension that will be visible at a different scale, such as  for our right-hand viewport, choose the scale from the Annotation Scale  list on the status bar.</li>
<p><img class="aligncenter" title="the Annotation Scale list " src="http://www.ellenfinkelstein.com/images/acadtips_annotation-7.png" alt="" width="218" height="190" /></p>
<li>For a dimension that will appear in more than one viewport, place it at  any of the scales, then select it, right-click it, and choose Annotative  Object Scale&gt; Add/Delete Scales. In the Annotation Object Scale dialog box, click Add. Choose the new scale and click OK. Click OK again <span id="IL_AD8">to return</span> to your drawing. Use the same procedure to remove or change annotation scales for objects.</li>
<p><img class="aligncenter" title="annotation object scale" src="http://www.ellenfinkelstein.com/images/acadtips_annotation-8.png" alt="" width="293" height="238" /></p>
<p><span>Note:</span> If you hover the cursor over the dimension, you&#8217;ll see that it now shows a double annotation icon, indicating that the dimension has more than one scale.</p>
<p><img class="aligncenter" title="double annotation icon" src="http://www.ellenfinkelstein.com/images/acadtips_annotation-9.png" alt="" width="176" height="232" /></p>
<li>That&#8217;s it! Just display the layout and you&#8217;ll see that <span id="IL_AD4">the dimensions</span> are all the same size. Even dimensions that show in both viewports, at  more than one scale, are the right size in both viewports.</li>
<p><img class="aligncenter" title="same size dimensions" src="http://www.ellenfinkelstein.com/images/acadtips_annotation-10.png" alt="" width="443" height="342" /></p>
<p>In this drawing, you can see that one of the dimensions of the desk  (7&#8242;-1 11/16&#8243;) doesn&#8217;t appear in the left viewport. That&#8217;s because it  doesn&#8217;t have the 1/4&#8243;=1&#8217;0&#8243; scale. But the 6&#8242; dimension has both scales,  so it appears in both viewports.</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.ellenfinkelstein.com/acadblog/tutorial-automate-annotation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Draw with tiled viewports</title>
		<link>http://www.ellenfinkelstein.com/acadblog/draw-with-tiled-viewports/</link>
		<comments>http://www.ellenfinkelstein.com/acadblog/draw-with-tiled-viewports/#comments</comments>
		<pubDate>Wed, 12 Sep 2001 13:15:00 +0000</pubDate>
		<dc:creator>Ellen</dc:creator>
				<category><![CDATA[Drawing]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[AutoCAD]]></category>
		<category><![CDATA[viewport]]></category>

		<guid isPermaLink="false">http://www.ellenfinkelstein.com/acadblog/?p=731</guid>
		<description><![CDATA[
			
				
			
		
<p>Tiled viewports let you divide up the drawing area into tiles and display different parts of your drawing in each. The great thing about tiled viewports is that you can draw from one viewport to another without missing a beat, making them great for large drawings where you need to alternate between working in detail [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.ellenfinkelstein.com%2Facadblog%2Fdraw-with-tiled-viewports%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.ellenfinkelstein.com%2Facadblog%2Fdraw-with-tiled-viewports%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Tiled viewports let you divide up the drawing area into tiles and display different parts of your drawing in each. The great thing about tiled viewports is that you can draw from one viewport to another without missing a beat, making them great for large drawings where you need to alternate between working in detail in a small area and working in a larger area. In fact, it&#8217;s common to use one viewport for a view of the entire viewport, and others for zoomed in details.</p>
<p>You can set up a wide variety of configurations of tiled viewports, and set the view however you want in each one, using standard zooming and panning. But no matter how you set them up, they always take up the entire drawing area, unlike floating viewports.</p>
<p>Note: Floating viewports are for laying out a drawing in paper space for plotting. Tiled viewports are for drawing and editing.</p>
<p>Only one tiled viewport can be active at a time. The crosshairs appears only in the active viewport. Just click inside a viewport to make it active. Then you can draw or edit there, in the same way you usually do in model space, when you only have one viewport, which is the default.</p>
<p><img class="aligncenter" title="tiled view port" src="http://www.ellenfinkelstein.com/autocadtips/images/acadtips_tiled_viewports-1.png" alt="" width="336" height="242" /><br />
Create tiled viewports</p>
<p>To choose from preset tiled viewport configurations, choose View&gt; Viewports&gt; New Viewports. In AutoCAD 2009 and 2010, go to View tab&gt; Viewports panel&gt; New. This opens the Viewports dialog box.</p>
<p>Choose one of the options to see its preview. Note that at the bottom, you can make the following adjustments:</p>
<p>* Apply to: You can use the default Display option to apply the configuration to the entire drawing area. Alternatively, you can choose Current Viewport from the drop-down list to divide up an existing viewport. In this way, you can create customized configurations.<br />
* Setup: You can choose 2D or 3D. If you choose 3D, AutoCAD creates standard orthogonal views of your model for you.<br />
* Change view to: You can choose named views that you&#8217;ve saved from this drop-down list.<br />
* Visual Style: For 3D drawings, you can choose a visual style.</p>
<p>Use tiled viewports</p>
<p>Once you have your viewports, click inside each one and zoom and pan until you have the view that you want. You work inside a viewport in the same way you would without them. Think of the usual way you work as a single tiled viewport.</p>
<p>Let&#8217;s say that you need to draw a line from the far left of your drawing to the far right. With the configuration shown above, you can zoom in to the left side of your drawing in the lower-left viewport, and zoom in to the right side of your drawing in the lower-right viewport. Then follow these steps:</p>
<p>1. Click in the lower-left viewport and start the LINE command.<br />
2. Specify the start point as needed.<br />
3. At the Specify next point or [Undo]: prompt, click the top viewport and move the cursor to the approximate location of the endpoint at the right side of your drawing.<br />
4. Click the lower-right viewport. Now you see the endpoint of the line. Specify the endpoint and press Enter to end the LINE command.</p>
<p>You can use a similar technique for editing as well.</p>
<p>Save and restore viewport configurations</p>
<p>If you have a custom configuration that you like, you can save it. Choose View&gt; Viewports&gt; New (View tab&gt; Viewports panel&gt; New in 2009/2010), which opens the Viewports dialog box with the Named Viewports tab on top. The current configuration is highlighted, named Active Model Configuration. Enter a name in the New Name text box. The name can be up to 255 characters and can include spaces. Click OK.</p>
<p>Tp restore a saved configuration, choose View&gt; Viewports&gt; Named Viewports (View tab&gt; Viewports panel&gt; Named (Viewports) in 2009/2010). This opens the same Viewports dialog box, but with the Named Viewports tab on top. Choose the configuration you saved, and click OK.</p>
<p>Tip: Did you know that you can used saved tiled viewport configurations to make configurations of floating viewports? You use the same Viewports dialog box to create floating viewports on a layout and you&#8217;ll find your saved viewport configurations on the Named Viewports tab, ready to use in paper space.</p>
<p>Remove tiled viewports</p>
<p>You can remove tiled viewports in two ways:</p>
<p>* Join two viewports: Choose View&gt; Viewports&gt; Join (View tab&gt; Viewports panel&gt; Join (Viewports) in 2009 and 2010). At the Select dominant viewport : prompt, click inside the viewport you want to keep (or press Enter to keep the active viewport). Then, at the Select viewport to join: prompt, click inside an adjacent viewport. The resulting view is the same as the dominant viewport.<br />
* Return to one viewport: Choose View&gt; Viewports&gt; 1 Viewport. (In 2009 and 2010, View tab&gt; Viewports panel&gt; Select a Viewport Configuration/Viewport Configuations drop-down list&gt; Single.)</p>
<p>Related tips:</p>
<p>* Display a named view in a viewport<br />
* Zoom to objects</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ellenfinkelstein.com/acadblog/draw-with-tiled-viewports/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

