<?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: View notification in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/View-notification/m-p/269166#M8389</link>
    <description>I'm not aware of any notification for 3d view cameras (but there might possibly be a way I don't know about).  For my plugin I check the ArchiCAD camera position from the timer of a dialog (DG_MSG_NULL).&lt;BR /&gt;
&lt;BR /&gt;
Paul</description>
    <pubDate>Tue, 02 Jun 2015 23:04:26 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-06-02T23:04:26Z</dc:date>
    <item>
      <title>View notification</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/View-notification/m-p/269165#M8388</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;Is there a notification available for when a user changes the 3D view, as in a pan, rotate, zoom etc? A camera modification in the 2D plan view triggers a notification, but I can't see how to catch it in the 3D view. Suggestions appreciated.&lt;/DIV&gt;</description>
      <pubDate>Tue, 24 Sep 2024 07:52:03 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/View-notification/m-p/269165#M8388</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-09-24T07:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: View notification</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/View-notification/m-p/269166#M8389</link>
      <description>I'm not aware of any notification for 3d view cameras (but there might possibly be a way I don't know about).  For my plugin I check the ArchiCAD camera position from the timer of a dialog (DG_MSG_NULL).&lt;BR /&gt;
&lt;BR /&gt;
Paul</description>
      <pubDate>Tue, 02 Jun 2015 23:04:26 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/View-notification/m-p/269166#M8389</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-02T23:04:26Z</dc:date>
    </item>
    <item>
      <title>Re: View notification</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/View-notification/m-p/269167#M8390</link>
      <description>Thanks for the feedback. I ended up doing a similar thing: polling camera transform in a bg thread.</description>
      <pubDate>Wed, 24 Jun 2015 07:26:29 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/View-notification/m-p/269167#M8390</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-24T07:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: View notification</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/View-notification/m-p/269168#M8391</link>
      <description>Actually I think your way is better. I'm getting all sorts of stability problems running worker threads in an AddOn. So thanks again for the suggestion.</description>
      <pubDate>Fri, 10 Jul 2015 07:12:19 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/View-notification/m-p/269168#M8391</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-10T07:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: View notification</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/View-notification/m-p/269169#M8392</link>
      <description>&lt;BLOCKQUOTE&gt;MarkHenryC wrote:&lt;BR /&gt;Actually I think your way is better. I'm getting all sorts of stability problems running worker threads in an AddOn. So thanks again for the suggestion.&lt;/BLOCKQUOTE&gt;
Perhaps this has changed, but as far as I know a worker thread shouldn't attempt to interact with ArchiCAD through the API. The API is currently designed for add-ons running on a single thread and running only when ArchiCAD specifically invokes them. Attempting any API access outside of that context is likely to cause instability. Perhaps someone for GS could comment?</description>
      <pubDate>Fri, 10 Jul 2015 10:48:57 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/View-notification/m-p/269169#M8392</guid>
      <dc:creator>Ralph Wessel</dc:creator>
      <dc:date>2015-07-10T10:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: View notification</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/View-notification/m-p/269170#M8393</link>
      <description>Thanks for that info, Ralph. That would certainly explain some problems I'm having (usually in the kernel/context switching area).</description>
      <pubDate>Fri, 10 Jul 2015 19:59:28 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/View-notification/m-p/269170#M8393</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-10T19:59:28Z</dc:date>
    </item>
  </channel>
</rss>

