<?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: Get material, volume, area info for MEP elements using C++ Archicad AddOn in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/Get-material-volume-area-info-for-MEP-elements-using-C-Archicad/m-p/374100#M751</link>
    <description>&lt;P&gt;MEP elements are just GDL library objects. You extract their parameters the same as any other library object. Use the Library Part example in the sample SDK.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Be advised that not all the parameters listed are not necessarily calculated values but are just user fill ins fields. Also note that the A &amp;amp; B length fields are not used and just return one. Any values that are returned will be in metric units.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have created a AddOn that does extract the Library values and prints them to the terminal. I use a Python script to communicate with the AddOn i have attached the same as a example. For Windows OS -- Archicad 26 - Python 3.7 or higher ONLY.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 23 Mar 2023 12:52:13 GMT</pubDate>
    <dc:creator>poco2013</dc:creator>
    <dc:date>2023-03-23T12:52:13Z</dc:date>
    <item>
      <title>Get material, volume, area info for MEP elements using C++ Archicad AddOn</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Get-material-volume-area-info-for-MEP-elements-using-C-Archicad/m-p/374064#M750</link>
      <description>&lt;P&gt;I am new to Archicad AddOn development. I need to extract the material information and volume area and other information for MEP Elements like ducts, pipes, cables in Archicad. I tried to find some API for MEP elements but couldn't. Need help for proper way to extract these info using C++ APIs. If there is some demo sample provided in Archicad SDK that would also be helpful.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2023 06:54:55 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Get-material-volume-area-info-for-MEP-elements-using-C-Archicad/m-p/374064#M750</guid>
      <dc:creator>Ankur Yadav</dc:creator>
      <dc:date>2023-03-23T06:54:55Z</dc:date>
    </item>
    <item>
      <title>Re: Get material, volume, area info for MEP elements using C++ Archicad AddOn</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Get-material-volume-area-info-for-MEP-elements-using-C-Archicad/m-p/374100#M751</link>
      <description>&lt;P&gt;MEP elements are just GDL library objects. You extract their parameters the same as any other library object. Use the Library Part example in the sample SDK.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Be advised that not all the parameters listed are not necessarily calculated values but are just user fill ins fields. Also note that the A &amp;amp; B length fields are not used and just return one. Any values that are returned will be in metric units.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have created a AddOn that does extract the Library values and prints them to the terminal. I use a Python script to communicate with the AddOn i have attached the same as a example. For Windows OS -- Archicad 26 - Python 3.7 or higher ONLY.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2023 12:52:13 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Get-material-volume-area-info-for-MEP-elements-using-C-Archicad/m-p/374100#M751</guid>
      <dc:creator>poco2013</dc:creator>
      <dc:date>2023-03-23T12:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: Get material, volume, area info for MEP elements using C++ Archicad AddOn</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Get-material-volume-area-info-for-MEP-elements-using-C-Archicad/m-p/374138#M752</link>
      <description>&lt;P&gt;You can extract the object's gdl parameters into properties and use formulas to calculate area and everything else. It's also possible to write properties back to gdl parameters - &lt;A title="instruction" href="https://github.com/kuvbur/AddOn_SomeStuff/wiki/List-of-possible-commands-in-property-descriptions-(gtanslate-version)" target="_blank" rel="noopener"&gt;https://github.com/kuvbur/AddOn_SomeStuff/wiki/List-of-possible-commands-in-property-descriptions-(gtanslate-version)&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2023 21:52:16 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Get-material-volume-area-info-for-MEP-elements-using-C-Archicad/m-p/374138#M752</guid>
      <dc:creator>kuvbur</dc:creator>
      <dc:date>2023-03-23T21:52:16Z</dc:date>
    </item>
  </channel>
</rss>

