<?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; constraints</title>
	<atom:link href="http://www.ellenfinkelstein.com/acadblog/tag/constraints/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>Fri, 10 Feb 2012 16:49:39 +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>
	</channel>
</rss>

