<?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: Visual Feedback in 3D view in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/Visual-Feedback-in-3D-view/m-p/262702#M5001</link>
    <description>&lt;BLOCKQUOTE&gt;Xylios wrote:&lt;BR /&gt;Hello,&lt;BR /&gt;
&lt;BR /&gt;
I have an addon that is creating a large number of elements, and I wanted to be able to view the elements being created in the 3D view.&lt;BR /&gt;
&lt;BR /&gt;
My addon can be used while on the 3D view, but there is no elements being created. They only appear when the program finishes.&lt;BR /&gt;
&lt;BR /&gt;
Anyone know how to view the creation of elements in ArchiCAD in the 3D view while the addon is working?&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Update:&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
Found a solution, using ACAPI_Database(APIDb_RebuildCurrentDatabaseID)&lt;BR /&gt;
after the creation of each element, the interface updates, showing the created elements.&lt;BR /&gt;
&lt;BR /&gt;
Best Regards,&lt;BR /&gt;
Xylios&lt;/BLOCKQUOTE&gt;

The reason why that's happening is that you don't give any time to ARCHICAD when you create the elements. Calling rebuild regularly surely kills ARCHICAD's performance, so be careful with that. It's much better if you put up a progress window, that enables ARCHICAD to do some processing of the new elements.&lt;BR /&gt;
&lt;BR /&gt;
Best, Ákos</description>
    <pubDate>Fri, 18 Mar 2016 17:42:54 GMT</pubDate>
    <dc:creator>Akos Somorjai</dc:creator>
    <dc:date>2016-03-18T17:42:54Z</dc:date>
    <item>
      <title>Visual Feedback in 3D view</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Visual-Feedback-in-3D-view/m-p/262701#M5000</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;I have an addon that is creating a large number of elements, and I wanted to be able to view the elements being created in the 3D view.&lt;BR /&gt;&lt;BR /&gt;My addon can be used while on the 3D view, but there is no elements being created. They only appear when the program finishes.&lt;BR /&gt;&lt;BR /&gt;Anyone know how to view the creation of elements in ArchiCAD in the 3D view while the addon is working?&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Update:&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;Found a solution, using ACAPI_Database(APIDb_RebuildCurrentDatabaseID)&lt;BR /&gt;after the creation of each element, the interface updates, showing the created elements.&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Xylios&lt;/DIV&gt;</description>
      <pubDate>Thu, 13 Jul 2023 12:30:40 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Visual-Feedback-in-3D-view/m-p/262701#M5000</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-07-13T12:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: Visual Feedback in 3D view</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Visual-Feedback-in-3D-view/m-p/262702#M5001</link>
      <description>&lt;BLOCKQUOTE&gt;Xylios wrote:&lt;BR /&gt;Hello,&lt;BR /&gt;
&lt;BR /&gt;
I have an addon that is creating a large number of elements, and I wanted to be able to view the elements being created in the 3D view.&lt;BR /&gt;
&lt;BR /&gt;
My addon can be used while on the 3D view, but there is no elements being created. They only appear when the program finishes.&lt;BR /&gt;
&lt;BR /&gt;
Anyone know how to view the creation of elements in ArchiCAD in the 3D view while the addon is working?&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Update:&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
Found a solution, using ACAPI_Database(APIDb_RebuildCurrentDatabaseID)&lt;BR /&gt;
after the creation of each element, the interface updates, showing the created elements.&lt;BR /&gt;
&lt;BR /&gt;
Best Regards,&lt;BR /&gt;
Xylios&lt;/BLOCKQUOTE&gt;

The reason why that's happening is that you don't give any time to ARCHICAD when you create the elements. Calling rebuild regularly surely kills ARCHICAD's performance, so be careful with that. It's much better if you put up a progress window, that enables ARCHICAD to do some processing of the new elements.&lt;BR /&gt;
&lt;BR /&gt;
Best, Ákos</description>
      <pubDate>Fri, 18 Mar 2016 17:42:54 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Visual-Feedback-in-3D-view/m-p/262702#M5001</guid>
      <dc:creator>Akos Somorjai</dc:creator>
      <dc:date>2016-03-18T17:42:54Z</dc:date>
    </item>
  </channel>
</rss>

