<?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 Block rotation around Y Axis changes the rotation value in the property window. in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/block-rotation-around-y-axis-changes-the-rotation-value-in-the/m-p/10498403#M73837</link>
    <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I have created a simple block(square). Inserted it to empty drawing at (10,10,0). Selected the block checked the rotation in the properties, it is zero as expected. Rotated in 3D via HOME-&amp;gt;Rotate, selected based point as (10,10,0) then Y axis rotation (Green orbit) entered value of 10 degrees for rotation. It rotated the the block correctly but when I check the rotation value in the properties of the block it is 90 degrees!. If I do the same thing but for X Axis the rotation in the property does not changes (stay zero). As I understand, the rotation in the block properties should be around Z-Axis.&lt;BR /&gt;&lt;BR /&gt;Does anyone know what the rotation in the block property exactly represents? Thanks,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 27 Jul 2021 05:32:14 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-07-27T05:32:14Z</dc:date>
    <item>
      <title>Block rotation around Y Axis changes the rotation value in the property window.</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/block-rotation-around-y-axis-changes-the-rotation-value-in-the/m-p/10498403#M73837</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I have created a simple block(square). Inserted it to empty drawing at (10,10,0). Selected the block checked the rotation in the properties, it is zero as expected. Rotated in 3D via HOME-&amp;gt;Rotate, selected based point as (10,10,0) then Y axis rotation (Green orbit) entered value of 10 degrees for rotation. It rotated the the block correctly but when I check the rotation value in the properties of the block it is 90 degrees!. If I do the same thing but for X Axis the rotation in the property does not changes (stay zero). As I understand, the rotation in the block properties should be around Z-Axis.&lt;BR /&gt;&lt;BR /&gt;Does anyone know what the rotation in the block property exactly represents? Thanks,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jul 2021 05:32:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/block-rotation-around-y-axis-changes-the-rotation-value-in-the/m-p/10498403#M73837</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-07-27T05:32:14Z</dc:date>
    </item>
    <item>
      <title>Re: Block rotation around Y Axis changes the rotation value in the property window.</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/block-rotation-around-y-axis-changes-the-rotation-value-in-the/m-p/10500051#M73838</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That does sound unusual. I have not been able to reproduce the result, so I might have misunderstood one of your steps.&amp;nbsp;Can you create a&amp;nbsp;&lt;A href="https://knowledge.autodesk.com/community/screencast" target="_blank" rel="noopener"&gt;ScreenCast&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;of your workflow to help us&amp;nbsp;&lt;/SPAN&gt;narrow down the cause?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;All the best,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jul 2021 17:22:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/block-rotation-around-y-axis-changes-the-rotation-value-in-the/m-p/10500051#M73838</guid>
      <dc:creator>cheryl.buck</dc:creator>
      <dc:date>2021-07-27T17:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: Block rotation around Y Axis changes the rotation value in the property window.</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/block-rotation-around-y-axis-changes-the-rotation-value-in-the/m-p/10500196#M73839</link>
      <description>&lt;P&gt;The "rotation" property you refer to is a bit of a mystery to me. I rotated a block by 90° about the Y axis and the rotation property showed 270.&amp;nbsp; I then rotated the block by 90° about the X axis and the Rotation property was 0!&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Rotations in 3D can be difficult to determine and confusing to express in clear term.&amp;nbsp; The order in which rotations are done will affect the final orientation.&amp;nbsp; When working in 3D and I want to know the orientation of a 3D&amp;nbsp; Block I find it best to use the VLISP function &lt;STRONG&gt;nentsel&lt;/STRONG&gt;.&amp;nbsp; For example, in the image below I have rotated a block to an isometric orientation (rotate3d about Y by 45° then about X by 35.2644°). Nentsel outputs the 4 row by 3 column transformation matrix of the block.&amp;nbsp; The first vector&amp;nbsp;&amp;nbsp;(11.3197 3.52974 0.0) is the pick point for selecting the block.&amp;nbsp; It is followed by the matrix where the first vector&amp;nbsp;(0.707107 -0.408248 -0.57735)&amp;nbsp; is a unit vector of the x axis of the block in world coordinates. The next vector&amp;nbsp;&amp;nbsp;(6.66134e-16 0.816496 -0.57735) is the unit Y axis.&amp;nbsp; It is followed by the z vector and then a vector defining the location of the block.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/945696iD1E1628A2DA40F1B/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jul 2021 18:18:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/block-rotation-around-y-axis-changes-the-rotation-value-in-the/m-p/10500196#M73839</guid>
      <dc:creator>leeminardi</dc:creator>
      <dc:date>2021-07-27T18:18:14Z</dc:date>
    </item>
    <item>
      <title>Re: Block rotation around Y Axis changes the rotation value in the property window.</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/block-rotation-around-y-axis-changes-the-rotation-value-in-the/m-p/10500798#M73840</link>
      <description>&lt;P&gt;Hi &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4720740"&gt;@cheryl.buck&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your reply. Here it is&amp;nbsp; &lt;A href="https://autode.sk/3l6WJjA" target="_blank"&gt;https://autode.sk/3l6WJjA&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jul 2021 22:50:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/block-rotation-around-y-axis-changes-the-rotation-value-in-the/m-p/10500798#M73840</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-07-27T22:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: Block rotation around Y Axis changes the rotation value in the property window.</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/block-rotation-around-y-axis-changes-the-rotation-value-in-the/m-p/10500810#M73841</link>
      <description>&lt;P&gt;Hi &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/822616"&gt;@leeminardi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your suggestion. Yes, you are the right the order of rotations is important.&amp;nbsp; But I think, rotation (single value) defined in the block property is around Z-Axis, Kappa. From the 4x4 transformation matrix or 3x3 rotation matrix, kappa can be computed given the rotations order.&amp;nbsp; The rotation(single value) in the block property (in my case) does not correspond to any of the rotation angles.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jul 2021 22:58:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/block-rotation-around-y-axis-changes-the-rotation-value-in-the/m-p/10500810#M73841</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-07-27T22:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: Block rotation around Y Axis changes the rotation value in the property window.</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/block-rotation-around-y-axis-changes-the-rotation-value-in-the/m-p/10501195#M73842</link>
      <description>&lt;P&gt;The Rotation Property of a Block Reference is Governed by the Arbitrary Axis Algorithm.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;About Arbitrary Axis Algorithm (DXF)&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.autodesk.com/cloudhelp/2016/ENU/AutoCAD-DXF/files/GUID-E19E5B42-0CC7-4EBA-B29F-5E1D595149EE.htm" target="_blank"&gt;http://help.autodesk.com/cloudhelp/2016/ENU/AutoCAD-DXF/files/GUID-E19E5B42-0CC7-4EBA-B29F-5E1D595149EE.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the attached block is 3d rotated around the "Y" axis by an amount greater than 0.89517 degrees, the Rotation property changes to 270.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jul 2021 02:58:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/block-rotation-around-y-axis-changes-the-rotation-value-in-the/m-p/10501195#M73842</guid>
      <dc:creator>SEANT61</dc:creator>
      <dc:date>2021-07-28T02:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: Block rotation around Y Axis changes the rotation value in the property window.</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/block-rotation-around-y-axis-changes-the-rotation-value-in-the/m-p/10504107#M73843</link>
      <description>&lt;P&gt;Hi &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/520839"&gt;@SEANT61&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jul 2021 02:43:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/block-rotation-around-y-axis-changes-the-rotation-value-in-the/m-p/10504107#M73843</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-07-29T02:43:10Z</dc:date>
    </item>
  </channel>
</rss>

