<?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 around specific point GDL in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Rotate-around-specific-point-GDL/m-p/224262#M8844</link>
    <description>What you are doing is rotating your object and then moving it (ADD) away from you point of rotation.&lt;BR /&gt;
This means it will end up in a different position based on your rotation.&lt;BR /&gt;
&lt;BR /&gt;
If you want it to remain in one place then move it there first and then do the rotation.&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
    <pubDate>Wed, 14 Oct 2015 09:01:56 GMT</pubDate>
    <dc:creator>Barry Kelly</dc:creator>
    <dc:date>2015-10-14T09:01:56Z</dc:date>
    <item>
      <title>Rotate around specific point GDL</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Rotate-around-specific-point-GDL/m-p/224261#M8843</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;HI,&lt;BR /&gt;
&lt;BR /&gt;
Is there any way to rotate model around specific point?&lt;BR /&gt;
&lt;BR /&gt;
When I use this code, when i use tilt. The head don't rotate from the point I thought it would. &lt;BR /&gt;
&lt;BR /&gt;
Please help me.&lt;BR /&gt;
&lt;BR /&gt;
"&lt;BR /&gt;
rotz Rot_z+180&lt;BR /&gt;
rotx 180&lt;BR /&gt;
roty  tiltBeam&lt;BR /&gt;
&lt;BR /&gt;
add -0.1035016104579/2,-0.1035016104579/2,0.1&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
	call    "Bolt_3D_HEAD_03",&lt;BR /&gt;
		PARAMETERS A = 0.1035016104579, B = 0.1035016104579, ZZYZX = 0.1201913133264"&lt;/T&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;IMG src="http://community.graphisoft.com/t5/image/serverpage/image-id/74210i8725E00714F13225/image-size/large?v=v2&amp;amp;px=999" border="0" alt="rotate.JPG" title="rotate.JPG" /&gt;</description>
      <pubDate>Wed, 14 Oct 2015 08:14:19 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Rotate-around-specific-point-GDL/m-p/224261#M8843</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-14T08:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: Rotate around specific point GDL</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Rotate-around-specific-point-GDL/m-p/224262#M8844</link>
      <description>What you are doing is rotating your object and then moving it (ADD) away from you point of rotation.&lt;BR /&gt;
This means it will end up in a different position based on your rotation.&lt;BR /&gt;
&lt;BR /&gt;
If you want it to remain in one place then move it there first and then do the rotation.&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
      <pubDate>Wed, 14 Oct 2015 09:01:56 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Rotate-around-specific-point-GDL/m-p/224262#M8844</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2015-10-14T09:01:56Z</dc:date>
    </item>
    <item>
      <title>Re: Rotate around specific point GDL</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Rotate-around-specific-point-GDL/m-p/224263#M8845</link>
      <description>&lt;BLOCKQUOTE&gt;Barry wrote:&lt;BR /&gt;What you are doing is rotating your object and then moving it (ADD) away from you point of rotation.&lt;BR /&gt;
This means it will end up in a different position based on your rotation.&lt;BR /&gt;
&lt;BR /&gt;
If you want it to remain in one place then move it there first and then do the rotation.&lt;BR /&gt;
&lt;BR /&gt;
Barry.&lt;/BLOCKQUOTE&gt;

I don't realy understand. But I have change some of the code. &lt;BR /&gt;
But the rotate specific point is wrong.</description>
      <pubDate>Wed, 14 Oct 2015 09:55:25 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Rotate-around-specific-point-GDL/m-p/224263#M8845</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-14T09:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: Rotate around specific point GDL</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Rotate-around-specific-point-GDL/m-p/224264#M8846</link>
      <description>Hi.&lt;BR /&gt;
&lt;BR /&gt;
I think the problem is in the called object. It looks like the origin point in the object (the blue dot in last picture I think) is not the point you want it to rotate about (the red dot). You have a few options:&lt;BR /&gt;
&lt;BR /&gt;
1. Edit the called object so that the point of insertion is the point to be rotated about (in the called object use ADD to move the coordinate system so the object will move rotate this point... in other words, center your called object)&lt;BR /&gt;
&lt;BR /&gt;
2. Know the offset that you have in your called object and move the origin point and rotate the coordinate system before each time you call it.&lt;BR /&gt;
&lt;BR /&gt;
3. Do the above in a loop for the number of times you will call the object.&lt;BR /&gt;
&lt;BR /&gt;
Hope that gives you a few ideas.&lt;BR /&gt;
&lt;BR /&gt;
Best regards.</description>
      <pubDate>Wed, 14 Oct 2015 19:34:43 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Rotate-around-specific-point-GDL/m-p/224264#M8846</guid>
      <dc:creator>sinceV6</dc:creator>
      <dc:date>2015-10-14T19:34:43Z</dc:date>
    </item>
  </channel>
</rss>

