<?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: Update Object in Elevation in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Update-Object-in-Elevation/m-p/175179#M11906</link>
    <description>Hi David,&lt;BR /&gt;
    thanks for the suggestion. I'm already using that as a way to control when the plane is being shown (as I want the people to look different in plan).&lt;BR /&gt;
&lt;BR /&gt;
The issue is more with forcing an update than when it's displayed.&lt;BR /&gt;
&lt;BR /&gt;
Derek</description>
    <pubDate>Thu, 05 Jun 2014 12:57:33 GMT</pubDate>
    <dc:creator>derekjackson</dc:creator>
    <dc:date>2014-06-05T12:57:33Z</dc:date>
    <item>
      <title>Update Object in Elevation</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Update-Object-in-Elevation/m-p/175177#M11904</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Hi,&lt;BR /&gt;
   I've made an object that displays 2D people silhouettes in 3D and elevation.&lt;BR /&gt;
&lt;BR /&gt;
It works really well, other than the fact that it won't turn to face the elevation.&lt;BR /&gt;
&lt;BR /&gt;
I've put in code to turn the object to face the camera, so they rotate fine in 3D.&lt;BR /&gt;
&lt;BR /&gt;
Unfortunately in elevation, they face the direction of the last 3D viewpoint used, so appear skewed most of the time.&lt;BR /&gt;
&lt;BR /&gt;
Is there a line of code I can put in to automatically re-calculate the angle of the object so that it faces each elevation in turn, whenever I rebuild the elevation?&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 05 Jun 2014 09:41:39 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Update-Object-in-Elevation/m-p/175177#M11904</guid>
      <dc:creator>derekjackson</dc:creator>
      <dc:date>2014-06-05T09:41:39Z</dc:date>
    </item>
    <item>
      <title>Re: Update Object in Elevation</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Update-Object-in-Elevation/m-p/175178#M11905</link>
      <description>derek:&lt;BR /&gt;
&lt;BR /&gt;
I don't know if this will work (I have not tried), but you could look at the Global Variable &lt;FONT color="blue"&gt;GLOB_CONTEXT&lt;/FONT&gt; which can recognize which window the object is in:&lt;BR /&gt;
1-library part editor, 2-floor plan, 3-3D view, 4-section/elevation, ...&lt;BR /&gt;
&lt;BR /&gt;
HTH,&lt;BR /&gt;
&lt;BR /&gt;
David</description>
      <pubDate>Thu, 05 Jun 2014 12:44:09 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Update-Object-in-Elevation/m-p/175178#M11905</guid>
      <dc:creator>David Maudlin</dc:creator>
      <dc:date>2014-06-05T12:44:09Z</dc:date>
    </item>
    <item>
      <title>Re: Update Object in Elevation</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Update-Object-in-Elevation/m-p/175179#M11906</link>
      <description>Hi David,&lt;BR /&gt;
    thanks for the suggestion. I'm already using that as a way to control when the plane is being shown (as I want the people to look different in plan).&lt;BR /&gt;
&lt;BR /&gt;
The issue is more with forcing an update than when it's displayed.&lt;BR /&gt;
&lt;BR /&gt;
Derek</description>
      <pubDate>Thu, 05 Jun 2014 12:57:33 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Update-Object-in-Elevation/m-p/175179#M11906</guid>
      <dc:creator>derekjackson</dc:creator>
      <dc:date>2014-06-05T12:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: Update Object in Elevation</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Update-Object-in-Elevation/m-p/175180#M11907</link>
      <description>Derek:&lt;BR /&gt;
&lt;BR /&gt;
I'm pretty sure there is no Global Variable for Elevation direction (so the Object knows which elevation is currently being used), so there is no way to turn the Object to face the last used (rebuilt) elevation.&lt;BR /&gt;
&lt;BR /&gt;
David</description>
      <pubDate>Fri, 06 Jun 2014 12:20:23 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Update-Object-in-Elevation/m-p/175180#M11907</guid>
      <dc:creator>David Maudlin</dc:creator>
      <dc:date>2014-06-06T12:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: Update Object in Elevation</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Update-Object-in-Elevation/m-p/175181#M11908</link>
      <description>I guess I'm not after an elevational code as such - more something just to get it to recalculate / refresh / rebuild?&lt;BR /&gt;
&lt;BR /&gt;
It seems that when I try my object and first place it and view an elevation, the object looks fine. It's then only when I view it in a second elevation that it appears skewed. &lt;BR /&gt;
&lt;BR /&gt;
So what I need to do is to force the object to redo whatever process it first did when the first elevation was viewed, thus re-orienting the object to the new elevation. Something like the code to rotate an object to face the camera in 3D view.&lt;BR /&gt;
&lt;BR /&gt;
If this can't be done then fair enough! Shame, as some really handy object could be made otherwise...</description>
      <pubDate>Tue, 10 Jun 2014 07:51:58 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Update-Object-in-Elevation/m-p/175181#M11908</guid>
      <dc:creator>derekjackson</dc:creator>
      <dc:date>2014-06-10T07:51:58Z</dc:date>
    </item>
  </channel>
</rss>

