<?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: Create a variable from a zone surface in Parametric design</title>
    <link>https://community.graphisoft.com/t5/Parametric-design/Create-a-variable-from-a-zone-surface/m-p/690235#M2236</link>
    <description>&lt;P&gt;The problem with the first scripts you sent me is that the sum created in an autotext isn't placeable in another textarea than the label of a zone.&lt;/P&gt;&lt;P&gt;But i want to create in a Layout (see on screenshot joined) a text with the autotext linked to the surface of the sum of a type of zone.&lt;/P&gt;&lt;P&gt;The Tapir add-on looks very deep, do you know if it can do that?&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="http://community.graphisoft.com/t5/image/serverpage/image-id/96289iBCDD1E8CBCE4A3D4/image-size/large?v=v2&amp;amp;px=999" border="0" alt="Capture d'écran 2026-01-20 092938.png" title="Capture d'écran 2026-01-20 092938.png" /&gt;</description>
    <pubDate>Tue, 20 Jan 2026 08:33:27 GMT</pubDate>
    <dc:creator>Matthias201</dc:creator>
    <dc:date>2026-01-20T08:33:27Z</dc:date>
    <item>
      <title>Create a variable from a zone surface</title>
      <link>https://community.graphisoft.com/t5/Parametric-design/Create-a-variable-from-a-zone-surface/m-p/688125#M2230</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am currently using "Project Info..." to create “variables” and be able to modify, for example, the building footprint across multiple layouts using Autotext.&lt;BR /&gt;I would like to be able to link Zones or Fills, extract the total area (by category — existing, modified, etc.), and insert the total as autotext into my layouts.&lt;BR /&gt;If this is possible…&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jan 2026 15:52:31 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Parametric-design/Create-a-variable-from-a-zone-surface/m-p/688125#M2230</guid>
      <dc:creator>Matthias201</dc:creator>
      <dc:date>2026-01-06T15:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: Create a variable from a zone surface</title>
      <link>https://community.graphisoft.com/t5/Parametric-design/Create-a-variable-from-a-zone-surface/m-p/688141#M2231</link>
      <description>&lt;P&gt;Hi Matthias,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I understand you correctly, you want to sum up areas of zones &amp;amp; fills right and then display it again.&lt;/P&gt;
&lt;P&gt;It's not possible without some coding or special tools (either Python Scripts or Add-Ons):&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is a script:&amp;nbsp;&lt;A href="https://community.graphisoft.com/t5/Archicad-Python-API/PYTHON-Sum-area-script/td-p/371704" target="_blank"&gt;https://community.graphisoft.com/t5/Archicad-Python-API/PYTHON-Sum-area-script/td-p/371704&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;And my version:&amp;nbsp;&lt;A href="https://archi-xt.com/posts/sum-zone-areas-with-python/" target="_blank"&gt;https://archi-xt.com/posts/sum-zone-areas-with-python/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I also offer the Live Apartment-Stamp Add-On:&amp;nbsp;&lt;A href="https://archi-xt.com/add-ons/top-stamp/" target="_blank"&gt;https://archi-xt.com/add-ons/top-stamp/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Bernd&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jan 2026 17:19:17 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Parametric-design/Create-a-variable-from-a-zone-surface/m-p/688141#M2231</guid>
      <dc:creator>BerndSchwarzenbacher</dc:creator>
      <dc:date>2026-01-06T17:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Create a variable from a zone surface</title>
      <link>https://community.graphisoft.com/t5/Parametric-design/Create-a-variable-from-a-zone-surface/m-p/690164#M2234</link>
      <description>&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry for the wait, I just looked at the scripts. I'm looking for the same, but who's able to put the sum in a layout, not just in a label of a zone.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jan 2026 13:28:29 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Parametric-design/Create-a-variable-from-a-zone-surface/m-p/690164#M2234</guid>
      <dc:creator>Matthias201</dc:creator>
      <dc:date>2026-01-19T13:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: Create a variable from a zone surface</title>
      <link>https://community.graphisoft.com/t5/Parametric-design/Create-a-variable-from-a-zone-surface/m-p/690179#M2235</link>
      <description>&lt;P&gt;It depends of what you are calling layouts. The sum area scripts that I shared put the results in a custom property. You can make a schedule with those custom properties.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The &lt;A href="https://github.com/ENZYME-APD/tapir-archicad-automation" target="_self"&gt;Tapir&lt;/A&gt; plugin (new pythons command - an open source project &amp;nbsp;) can modify project infos (&lt;SPAN class="command_name"&gt;GetProjectInfoFields&lt;/SPAN&gt;&amp;nbsp;and&amp;nbsp;&lt;SPAN class="command_name"&gt;SetProjectInfoField&lt;/SPAN&gt;&amp;nbsp;commands) if it is what you are looking for.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jan 2026 13:49:30 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Parametric-design/Create-a-variable-from-a-zone-surface/m-p/690179#M2235</guid>
      <dc:creator>Mathias Jonathan</dc:creator>
      <dc:date>2026-01-19T13:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: Create a variable from a zone surface</title>
      <link>https://community.graphisoft.com/t5/Parametric-design/Create-a-variable-from-a-zone-surface/m-p/690235#M2236</link>
      <description>&lt;P&gt;The problem with the first scripts you sent me is that the sum created in an autotext isn't placeable in another textarea than the label of a zone.&lt;/P&gt;&lt;P&gt;But i want to create in a Layout (see on screenshot joined) a text with the autotext linked to the surface of the sum of a type of zone.&lt;/P&gt;&lt;P&gt;The Tapir add-on looks very deep, do you know if it can do that?&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="http://community.graphisoft.com/t5/image/serverpage/image-id/96289iBCDD1E8CBCE4A3D4/image-size/large?v=v2&amp;amp;px=999" border="0" alt="Capture d'écran 2026-01-20 092938.png" title="Capture d'écran 2026-01-20 092938.png" /&gt;</description>
      <pubDate>Tue, 20 Jan 2026 08:33:27 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Parametric-design/Create-a-variable-from-a-zone-surface/m-p/690235#M2236</guid>
      <dc:creator>Matthias201</dc:creator>
      <dc:date>2026-01-20T08:33:27Z</dc:date>
    </item>
  </channel>
</rss>

