<?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: Object to show the sum of areas of multiple zones in Archicad Python API</title>
    <link>https://community.graphisoft.com/t5/Archicad-Python-API/Object-to-show-the-sum-of-areas-of-multiple-zones/m-p/381216#M377</link>
    <description>&lt;P&gt;&lt;a href="https://community.graphisoft.com/t5/user/viewprofilepage/user-id/6242"&gt;@Mathias Jonathan&lt;/a&gt;&amp;nbsp;I am interested in the other scripts. I know Graphisoft included Python as Experimental feature, do you think they will kill it?&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.graphisoft.com/t5/user/viewprofilepage/user-id/11677"&gt;@julienK&lt;/a&gt;&amp;nbsp;Is this add-on something you are willing to share?&lt;/P&gt;</description>
    <pubDate>Tue, 23 May 2023 13:29:04 GMT</pubDate>
    <dc:creator>Jeroen</dc:creator>
    <dc:date>2023-05-23T13:29:04Z</dc:date>
    <item>
      <title>Object to show the sum of areas of multiple zones</title>
      <link>https://community.graphisoft.com/t5/Archicad-Python-API/Object-to-show-the-sum-of-areas-of-multiple-zones/m-p/381198#M372</link>
      <description>&lt;P&gt;I would like to have an object that show the sum of areas of multiple zones.&lt;/P&gt;&lt;P&gt;Option A: Preferable I would like the user to select multiple zones and then place an object which shows the total area. The sum should follow any changes to those zones. Can this be done with Python or Json?&lt;/P&gt;&lt;P&gt;Option B: Less desirable, but still effective is that you place an object and inside a user interface you can select zones (based on zone name and/or number) which should be summed up. Can you select something straight from de Archicad-files database?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;With kind regards,&lt;BR /&gt;Jeroen de Bruin&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2023 10:33:36 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-Python-API/Object-to-show-the-sum-of-areas-of-multiple-zones/m-p/381198#M372</guid>
      <dc:creator>Jeroen</dc:creator>
      <dc:date>2023-05-23T10:33:36Z</dc:date>
    </item>
    <item>
      <title>Re: Object to show the sum of areas of multiple zones</title>
      <link>https://community.graphisoft.com/t5/Archicad-Python-API/Object-to-show-the-sum-of-areas-of-multiple-zones/m-p/381201#M373</link>
      <description>&lt;P&gt;Hi Jeroen!&lt;/P&gt;
&lt;P&gt;I don't think that Python can work in real time, you have to run the script each time you want an update.&lt;/P&gt;
&lt;P&gt;I made this script with the help of Poco: &lt;A href="https://community.graphisoft.com/t5/Developer-forum/PYTHON-Sum-area-script/m-p/373848#M12180" target="_blank"&gt;https://community.graphisoft.com/t5/Developer-forum/PYTHON-Sum-area-script/m-p/373848#M12180&lt;/A&gt; that work with custom properties to receive the sum of areas and a label to display this result.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't know any other way except a C++ addon.&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2023 10:44:32 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-Python-API/Object-to-show-the-sum-of-areas-of-multiple-zones/m-p/381201#M373</guid>
      <dc:creator>Mathias Jonathan</dc:creator>
      <dc:date>2023-05-23T10:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: Object to show the sum of areas of multiple zones</title>
      <link>https://community.graphisoft.com/t5/Archicad-Python-API/Object-to-show-the-sum-of-areas-of-multiple-zones/m-p/381209#M374</link>
      <description>&lt;P&gt;Wow Mathias, that looks very promising! I will look into it.&lt;/P&gt;&lt;P&gt;Thanks for the quick response too!&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2023 11:58:34 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-Python-API/Object-to-show-the-sum-of-areas-of-multiple-zones/m-p/381209#M374</guid>
      <dc:creator>Jeroen</dc:creator>
      <dc:date>2023-05-23T11:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: Object to show the sum of areas of multiple zones</title>
      <link>https://community.graphisoft.com/t5/Archicad-Python-API/Object-to-show-the-sum-of-areas-of-multiple-zones/m-p/381210#M375</link>
      <description>&lt;P&gt;If you are interested in the subject, I have made an other version that I can give you (non shared here at the moment), where I have split the script into two scripts:&lt;/P&gt;
&lt;P&gt;-One that makes you choose all parameters and save a parameter file&lt;/P&gt;
&lt;P&gt;-An other one that launch the script that read the previous parameter file without having to choose parameters each time you want to launch the script.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The script will work on the entire file, there are no storey selection (non implemented in python at the moment).&lt;/P&gt;
&lt;P&gt;It is possible in python to make it work with selected zones, but it will only works with archicad 26 and up (new command).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I stopped the development of the script following the information of graphisoft which clearly let understand the little future of the connection&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2023 12:13:59 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-Python-API/Object-to-show-the-sum-of-areas-of-multiple-zones/m-p/381210#M375</guid>
      <dc:creator>Mathias Jonathan</dc:creator>
      <dc:date>2023-05-23T12:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: Object to show the sum of areas of multiple zones</title>
      <link>https://community.graphisoft.com/t5/Archicad-Python-API/Object-to-show-the-sum-of-areas-of-multiple-zones/m-p/381215#M376</link>
      <description>&lt;P&gt;A gdl object will not be able to do this.&amp;nbsp; I had to make an addon&amp;nbsp; with&amp;nbsp; the&amp;nbsp; c++ api to achieve this.&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2023 13:22:31 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-Python-API/Object-to-show-the-sum-of-areas-of-multiple-zones/m-p/381215#M376</guid>
      <dc:creator>julienK</dc:creator>
      <dc:date>2023-05-23T13:22:31Z</dc:date>
    </item>
    <item>
      <title>Re: Object to show the sum of areas of multiple zones</title>
      <link>https://community.graphisoft.com/t5/Archicad-Python-API/Object-to-show-the-sum-of-areas-of-multiple-zones/m-p/381216#M377</link>
      <description>&lt;P&gt;&lt;a href="https://community.graphisoft.com/t5/user/viewprofilepage/user-id/6242"&gt;@Mathias Jonathan&lt;/a&gt;&amp;nbsp;I am interested in the other scripts. I know Graphisoft included Python as Experimental feature, do you think they will kill it?&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.graphisoft.com/t5/user/viewprofilepage/user-id/11677"&gt;@julienK&lt;/a&gt;&amp;nbsp;Is this add-on something you are willing to share?&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2023 13:29:04 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-Python-API/Object-to-show-the-sum-of-areas-of-multiple-zones/m-p/381216#M377</guid>
      <dc:creator>Jeroen</dc:creator>
      <dc:date>2023-05-23T13:29:04Z</dc:date>
    </item>
  </channel>
</rss>

