<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Align corners of a rectangle in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/align-corners-of-a-rectangle/m-p/6226182#M288241</link>
    <description>&lt;P&gt;Thanks Kent. I knew there had to be some relatively simple way to do this.&lt;/P&gt;</description>
    <pubDate>Mon, 21 Mar 2016 13:38:43 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-03-21T13:38:43Z</dc:date>
    <item>
      <title>Align corners of a rectangle</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/align-corners-of-a-rectangle/m-p/6223730#M288235</link>
      <description>&lt;P&gt;If I have 2 parallel lines that are 12 inches apart, is there a way to align an 18 inch long rectangle such that one corner is on one of the lines and the opposite corner is on the other line.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Mar 2016 20:57:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/align-corners-of-a-rectangle/m-p/6223730#M288235</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-18T20:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: Align corners of a rectangle</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/align-corners-of-a-rectangle/m-p/6223777#M288236</link>
      <description>&lt;P&gt;Use trigonometry to determine angle of orientation, then draw line that crosses those parallel xlines and finally use ALIGN command to align rectangle at desired position...&lt;/P&gt;</description>
      <pubDate>Fri, 18 Mar 2016 21:30:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/align-corners-of-a-rectangle/m-p/6223777#M288236</guid>
      <dc:creator>marko_ribar</dc:creator>
      <dc:date>2016-03-18T21:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: Align corners of a rectangle</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/align-corners-of-a-rectangle/m-p/6223833#M288237</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous wrote:&lt;BR /&gt;
&lt;P&gt;If I have 2 parallel lines that are 12 inches apart, is there a way to align an 18 inch long rectangle such that one corner is on one of the lines and the opposite corner is on the other line.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;MOVE the rectangle so that one of those desired corners&amp;nbsp;[I'll call it CornerA] lies anywhere on one of the Lines [via PERpendicular or MIDpoint or ENDpoint Object Snap].&amp;nbsp; Draw a temporary CIRCLE with CornerA as its center,&amp;nbsp;through the opposite corner [I'll call it CornerB].&amp;nbsp; ROTATE the rectangle, using Corner A as the rotation base point, and with the Reference-direction option, using for the Reference direction the direction from CornerA to CornerB, and for the new direction the INTersection of the temporary Circle with the other Line.&amp;nbsp; Erase the temporary Circle.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Mar 2016 22:27:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/align-corners-of-a-rectangle/m-p/6223833#M288237</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2016-03-18T22:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: Align corners of a rectangle</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/align-corners-of-a-rectangle/m-p/6223862#M288238</link>
      <description>&lt;P&gt;Yes. In geometry and CAD, Circles are your best friends!&lt;/P&gt;</description>
      <pubDate>Fri, 18 Mar 2016 23:05:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/align-corners-of-a-rectangle/m-p/6223862#M288238</guid>
      <dc:creator>LyleHardin</dc:creator>
      <dc:date>2016-03-18T23:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: Align corners of a rectangle</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/align-corners-of-a-rectangle/m-p/6224213#M288239</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;
&lt;P&gt;.... [via PERpendicular or MIDpoint or ENDpoint Object Snap].&amp;nbsp;....&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;... or NEArest Osnap, or using positional Snap. or ....&lt;/P&gt;</description>
      <pubDate>Sat, 19 Mar 2016 12:41:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/align-corners-of-a-rectangle/m-p/6224213#M288239</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2016-03-19T12:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: Align corners of a rectangle</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/align-corners-of-a-rectangle/m-p/6224527#M288240</link>
      <description>&lt;P&gt;Draw a circle that has the diagonal of the rectangle equal to its diameter (Circle, 2P, then pick the diagonally opposite corners of the rectangle as the two points). Move the circle so that it intersects both lines.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now move one corner of the rectangle to one intersection of the circle and one line, then rotate the rectangle about this point so that the diagonally opposite corner is at the appropriate intersection of the circle and the other line.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want the two alignment points to be the endpoints of a long side, use that as the circle to assist you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Erase the temporary circle.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 19 Mar 2016 20:35:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/align-corners-of-a-rectangle/m-p/6224527#M288240</guid>
      <dc:creator>wai1954</dc:creator>
      <dc:date>2016-03-19T20:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: Align corners of a rectangle</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/align-corners-of-a-rectangle/m-p/6226182#M288241</link>
      <description>&lt;P&gt;Thanks Kent. I knew there had to be some relatively simple way to do this.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2016 13:38:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/align-corners-of-a-rectangle/m-p/6226182#M288241</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-21T13:38:43Z</dc:date>
    </item>
  </channel>
</rss>

