<?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 Objects to not rotate in schedules in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Objects-to-not-rotate-in-schedules/m-p/230834#M8993</link>
    <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;R&gt;Hi,&lt;BR /&gt;
&lt;BR /&gt;
for a while ago I hade problem that my objects that I've rotated is also rotated in Schedules this I solved with the code 
&lt;PRE&gt;if GLOB_CONTEXT = 2 then 
 SYMB_ROTANGLE = 0 
 endif 
&lt;/PRE&gt;

Now I also saw that my angle node is also showing "rotatade" on my schedules.&lt;BR /&gt;
&lt;BR /&gt;
How do I get my objects to not rotate in schedules&lt;/R&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;IMG src="http://community.graphisoft.com/t5/image/serverpage/image-id/68674i965980D685D58087/image-size/large?v=v2&amp;amp;px=999" border="0" alt="Node Angle.JPG" title="Node Angle.JPG" /&gt;</description>
    <pubDate>Wed, 04 Nov 2015 09:33:39 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-11-04T09:33:39Z</dc:date>
    <item>
      <title>Objects to not rotate in schedules</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Objects-to-not-rotate-in-schedules/m-p/230834#M8993</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;R&gt;Hi,&lt;BR /&gt;
&lt;BR /&gt;
for a while ago I hade problem that my objects that I've rotated is also rotated in Schedules this I solved with the code 
&lt;PRE&gt;if GLOB_CONTEXT = 2 then 
 SYMB_ROTANGLE = 0 
 endif 
&lt;/PRE&gt;

Now I also saw that my angle node is also showing "rotatade" on my schedules.&lt;BR /&gt;
&lt;BR /&gt;
How do I get my objects to not rotate in schedules&lt;/R&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;IMG src="http://community.graphisoft.com/t5/image/serverpage/image-id/68674i965980D685D58087/image-size/large?v=v2&amp;amp;px=999" border="0" alt="Node Angle.JPG" title="Node Angle.JPG" /&gt;</description>
      <pubDate>Wed, 04 Nov 2015 09:33:39 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Objects-to-not-rotate-in-schedules/m-p/230834#M8993</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-04T09:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: Objects to not rotate in schedules</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Objects-to-not-rotate-in-schedules/m-p/230835#M8994</link>
      <description>Is this version 19 by any chance?&lt;BR /&gt;
If so then GLOB_CONTEXT can no longer be relied upon.&lt;BR /&gt;
It should still work with the latest hotfix for 19 with just a warning error message when scripting the object.&lt;BR /&gt;
But maybe it isn't work properly in 19 now.&lt;BR /&gt;
It definitely will not work with version 20 next year.&lt;BR /&gt;
&lt;BR /&gt;
GLOB_CONTEXT has gone and has been replaced with other commands (that aren't as good in my opinion) - which you can get information on here ...&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://gdl.graphisoft.com/gdl-docs/changes-in-ac19/" target="_blank"&gt;http://gdl.graphisoft.com/gdl-docs/changes-in-ac19/&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
NOTE these new commands can not be used in the parameter or master scripts.&lt;BR /&gt;
They will only work in the 2D and 3D scripts as far as I know.&lt;BR /&gt;
&lt;BR /&gt;
I have yet to sit down and try to work this out myself yet.&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
      <pubDate>Thu, 05 Nov 2015 01:47:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Objects-to-not-rotate-in-schedules/m-p/230835#M8994</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2015-11-05T01:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: Objects to not rotate in schedules</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Objects-to-not-rotate-in-schedules/m-p/230836#M8995</link>
      <description>here is what i used, has worked so far. for v19&lt;BR /&gt;
&lt;BR /&gt;
if GLOB_VIEW_TYPE = 9 then&lt;BR /&gt;
&lt;BR /&gt;
script for schedule&lt;BR /&gt;
&lt;BR /&gt;
else&lt;BR /&gt;
&lt;BR /&gt;
script for 2d view&lt;BR /&gt;
&lt;BR /&gt;
endif</description>
      <pubDate>Thu, 05 Nov 2015 04:32:12 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Objects-to-not-rotate-in-schedules/m-p/230836#M8995</guid>
      <dc:creator>SenecaDesignLLC</dc:creator>
      <dc:date>2015-11-05T04:32:12Z</dc:date>
    </item>
  </channel>
</rss>

