<?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: Rotate 2D drawing objects in 3D space? in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/rotate-2d-drawing-objects-in-3d-space/m-p/7819862#M189681</link>
    <description>&lt;P&gt;Don, to rotate geometry in 3D space you can use the &lt;STRONG&gt;3drotate&lt;/STRONG&gt; or &lt;STRONG&gt;rotate3d&lt;/STRONG&gt; commands. I prefer the &lt;STRONG&gt;rotate3d&lt;/STRONG&gt; for keyboard entry.&lt;/P&gt;&lt;P&gt;Try the following:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Go to the top view (the XY plane) and add a &lt;STRONG&gt;rectangle&lt;/STRONG&gt; from &lt;STRONG&gt;0,0&lt;/STRONG&gt; to &lt;STRONG&gt;2,1&lt;/STRONG&gt; then &lt;STRONG&gt;zoom&lt;/STRONG&gt; to fill it on the screen.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Give the &lt;STRONG&gt;rotate3d&lt;/STRONG&gt; command and specify the &lt;STRONG&gt;y&lt;/STRONG&gt; axis, a base point of &lt;STRONG&gt;0,0,0&lt;/STRONG&gt; and an angle of &lt;STRONG&gt;45&lt;/STRONG&gt;°. The rectangle will foreshorten in the horizontal (x) direction.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Now give the &lt;STRONG&gt;rotate3d&lt;/STRONG&gt; command again and this time specify the &lt;STRONG&gt;x&lt;/STRONG&gt; axis,&lt;STRONG&gt; 0,0,0&lt;/STRONG&gt; for the base point and an angle of &lt;STRONG&gt;-35.2644&lt;/STRONG&gt;°. This is the angle of the diagonal of a cube with its base (= atan(1/sqrt(2))).&amp;nbsp; That is, the isometeric orientation.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The result will be that the rectangle will be at an isometric orientation when seen from the top view. Note that two side of the resulting parallelogram are vertical and the other two at an apparent 30°. In this example you have rotated the rectangle in space.&amp;nbsp; From the top view all line principal lines are foreshortened the same amount (about 82%). This is different than rotating YOU, the observer with the view commands that keep the geometry fixed with respect to the world coordinate system.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Try the above steps but instead of a rectangle start with a 3D box with a corner at 0,0,0 and the opposite at 2,1,3.&lt;/P&gt;</description>
    <pubDate>Thu, 01 Mar 2018 15:48:23 GMT</pubDate>
    <dc:creator>leeminardi</dc:creator>
    <dc:date>2018-03-01T15:48:23Z</dc:date>
    <item>
      <title>Rotate 2D drawing objects in 3D space?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/rotate-2d-drawing-objects-in-3d-space/m-p/7816483#M189677</link>
      <description>&lt;P&gt;I'm wanting to take 2D geometry and rotate it about the X axis into Z space to get a pseudo-foreshortened version.&amp;nbsp; Is this possible, or do I need to create a 3D object somehow in Autocad?&amp;nbsp; I'm a very new user, and don't even know if A-Cad has any decent 3D capability.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for any help that you can offer...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Don&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2018 16:07:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/rotate-2d-drawing-objects-in-3d-space/m-p/7816483#M189677</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-28T16:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: Rotate 2D drawing objects in 3D space?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/rotate-2d-drawing-objects-in-3d-space/m-p/7816504#M189678</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;gt;&amp;gt; &lt;FONT color="#808080"&gt;&lt;EM&gt;...&lt;/EM&gt;&lt;/FONT&gt;&lt;SPAN&gt;&lt;FONT color="#808080"&gt;&lt;EM&gt;&amp;nbsp;Is this possible, or do I need to create a 3D object somehow in Autocad?&lt;/EM&gt; &lt;/FONT&gt;&amp;lt;&amp;lt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;gt;&amp;gt;&lt;FONT color="#808080"&gt;&lt;EM&gt; ... and don't even know if A-Cad has any decent 3D capability.&lt;/EM&gt;&lt;/FONT&gt; &amp;lt;&amp;lt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;as i understand it ... Yes it's possible . also you can create 3D objects as well .&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2018 16:13:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/rotate-2d-drawing-objects-in-3d-space/m-p/7816504#M189678</guid>
      <dc:creator>imadHabash</dc:creator>
      <dc:date>2018-02-28T16:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: Rotate 2D drawing objects in 3D space?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/rotate-2d-drawing-objects-in-3d-space/m-p/7816590#M189679</link>
      <description>&lt;P&gt;That's good news.&amp;nbsp; So how would I do the rotation of the 2D data?&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2018 16:39:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/rotate-2d-drawing-objects-in-3d-space/m-p/7816590#M189679</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-28T16:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: Rotate 2D drawing objects in 3D space?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/rotate-2d-drawing-objects-in-3d-space/m-p/7816642#M189680</link>
      <description>&lt;P&gt;&amp;gt;&amp;gt;&amp;nbsp;&lt;SPAN&gt;&lt;FONT color="#808080"&gt;&lt;EM&gt;So how would I do the rotation of the 2D data?&lt;/EM&gt; &lt;/FONT&gt;&amp;lt;&amp;lt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;it will be great if you show us your case or attache a CAD dwg file as a sample . BUT you can try &lt;STRONG&gt;3DROTATE&amp;nbsp;&lt;/STRONG&gt;( &lt;A href="https://knowledge.autodesk.com/support/autocad/learn-explore/caas/CloudHelp/cloudhelp/2018/ENU/AutoCAD-Core/files/GUID-A16B7027-1346-480F-AFDC-3A3A89EB08D8-htm.html" target="_blank"&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;Click&lt;/STRONG&gt; &lt;/FONT&gt;&lt;/A&gt;)&amp;nbsp; command and use navcube in the upper right of your CAD screen ( NAVVCUBE = ON ) .&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Command: NAVVCUBE&lt;BR /&gt;Enter an option [ON/OFF/Settings] &amp;lt;ON&amp;gt;:&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2018 16:52:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/rotate-2d-drawing-objects-in-3d-space/m-p/7816642#M189680</guid>
      <dc:creator>imadHabash</dc:creator>
      <dc:date>2018-02-28T16:52:18Z</dc:date>
    </item>
    <item>
      <title>Re: Rotate 2D drawing objects in 3D space?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/rotate-2d-drawing-objects-in-3d-space/m-p/7819862#M189681</link>
      <description>&lt;P&gt;Don, to rotate geometry in 3D space you can use the &lt;STRONG&gt;3drotate&lt;/STRONG&gt; or &lt;STRONG&gt;rotate3d&lt;/STRONG&gt; commands. I prefer the &lt;STRONG&gt;rotate3d&lt;/STRONG&gt; for keyboard entry.&lt;/P&gt;&lt;P&gt;Try the following:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Go to the top view (the XY plane) and add a &lt;STRONG&gt;rectangle&lt;/STRONG&gt; from &lt;STRONG&gt;0,0&lt;/STRONG&gt; to &lt;STRONG&gt;2,1&lt;/STRONG&gt; then &lt;STRONG&gt;zoom&lt;/STRONG&gt; to fill it on the screen.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Give the &lt;STRONG&gt;rotate3d&lt;/STRONG&gt; command and specify the &lt;STRONG&gt;y&lt;/STRONG&gt; axis, a base point of &lt;STRONG&gt;0,0,0&lt;/STRONG&gt; and an angle of &lt;STRONG&gt;45&lt;/STRONG&gt;°. The rectangle will foreshorten in the horizontal (x) direction.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Now give the &lt;STRONG&gt;rotate3d&lt;/STRONG&gt; command again and this time specify the &lt;STRONG&gt;x&lt;/STRONG&gt; axis,&lt;STRONG&gt; 0,0,0&lt;/STRONG&gt; for the base point and an angle of &lt;STRONG&gt;-35.2644&lt;/STRONG&gt;°. This is the angle of the diagonal of a cube with its base (= atan(1/sqrt(2))).&amp;nbsp; That is, the isometeric orientation.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The result will be that the rectangle will be at an isometric orientation when seen from the top view. Note that two side of the resulting parallelogram are vertical and the other two at an apparent 30°. In this example you have rotated the rectangle in space.&amp;nbsp; From the top view all line principal lines are foreshortened the same amount (about 82%). This is different than rotating YOU, the observer with the view commands that keep the geometry fixed with respect to the world coordinate system.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Try the above steps but instead of a rectangle start with a 3D box with a corner at 0,0,0 and the opposite at 2,1,3.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Mar 2018 15:48:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/rotate-2d-drawing-objects-in-3d-space/m-p/7819862#M189681</guid>
      <dc:creator>leeminardi</dc:creator>
      <dc:date>2018-03-01T15:48:23Z</dc:date>
    </item>
  </channel>
</rss>

