<?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: Getting PolyCount data to another program in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/Getting-PolyCount-data-to-another-program/m-p/355240#M8552</link>
    <description>&lt;P&gt;Sign me up for beta testing! It's astonishing how little information BIM managers can get about the project out of a BIM software! And how many road blocks there are. Drawing manager can't export a report. No way to list model crippling SEO's. Polygon count tool exists, but again, no way to export results.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With polycount tool though - Archicad generates geometry based on a number of things. Model view options, layer interactions so depending on settings in those, polycount will be different.&lt;/P&gt;&lt;P&gt;I am currently looking for a way to do this outside Archicad, perhaps exporting to IFC and using another software to get element polycount along with an ID and merge the data afterwards. I've started using power BI to analyse a lot of data about the project. Attributes were one that works really well with power BI.&lt;/P&gt;</description>
    <pubDate>Tue, 06 Sep 2022 21:32:38 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-09-06T21:32:38Z</dc:date>
    <item>
      <title>Getting PolyCount data to another program</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Getting-PolyCount-data-to-another-program/m-p/355191#M8551</link>
      <description>&lt;P&gt;I'm about to write a sort of a project health checker script/addon that keeps track of basic project info like filesize, number of elements, number of SEO operations and similar. I'm asked to extract polygon count of the project that the Archicad has an addon for.&lt;/P&gt;
&lt;P&gt;By (C++ API) documentation it is stated that one can communicate with Addons, so there is a theoretcial possibility of communicating with PolyCount if it's written to do so and, for example, I know its MDID.&lt;/P&gt;
&lt;P&gt;Is there a possibility to do so?&lt;/P&gt;
&lt;P&gt;Or, alternatively, is there a way (API function) to get the polycount of an element (wall, libpart, whatever)? (I mean something that will end the same polycount as the factory PolyCount addon gives back; reproducing its functionality).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there a way to get these counts programmatically?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think now I can program Archicad in every possible way (C++, Python, whatever), so we can assume that there are no such limitations.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2024 10:59:25 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Getting-PolyCount-data-to-another-program/m-p/355191#M8551</guid>
      <dc:creator>Sam Karli</dc:creator>
      <dc:date>2024-09-17T10:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: Getting PolyCount data to another program</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Getting-PolyCount-data-to-another-program/m-p/355240#M8552</link>
      <description>&lt;P&gt;Sign me up for beta testing! It's astonishing how little information BIM managers can get about the project out of a BIM software! And how many road blocks there are. Drawing manager can't export a report. No way to list model crippling SEO's. Polygon count tool exists, but again, no way to export results.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With polycount tool though - Archicad generates geometry based on a number of things. Model view options, layer interactions so depending on settings in those, polycount will be different.&lt;/P&gt;&lt;P&gt;I am currently looking for a way to do this outside Archicad, perhaps exporting to IFC and using another software to get element polycount along with an ID and merge the data afterwards. I've started using power BI to analyse a lot of data about the project. Attributes were one that works really well with power BI.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Sep 2022 21:32:38 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Getting-PolyCount-data-to-another-program/m-p/355240#M8552</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-09-06T21:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: Getting PolyCount data to another program</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Getting-PolyCount-data-to-another-program/m-p/396411#M8554</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&lt;FONT color="#3366FF"&gt;&lt;EM&gt;"Drawing manager can't export a report. No way to list model crippling SEO's. Polygon count tool exists, but again, no way to export results."&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;It depends on what you mean by "export the results".&amp;nbsp; &amp;nbsp;You can print the Reports or any part of them you want.&amp;nbsp; &amp;nbsp;And the Reports are automatically updated when you click on Refresh of the PolyCount tool.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;You print out any or all of the Report with simple select-copy-paste as a text file.&amp;nbsp; The same way you would print Project Notes.&amp;nbsp; I usually paste it into a Windows Notepad.&amp;nbsp; Pasting first to Project Notes is also a convenient way to give it a time stamp.&amp;nbsp; &amp;nbsp;Copy the time stamp and paste it in as the name of the note you save.&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That may not be what you were asking about.&amp;nbsp; ?&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can also save reports as a View to help manage them for future reference.&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2023 16:41:03 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Getting-PolyCount-data-to-another-program/m-p/396411#M8554</guid>
      <dc:creator>Steve Jepson</dc:creator>
      <dc:date>2023-08-28T16:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: Getting PolyCount data to another program</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Getting-PolyCount-data-to-another-program/m-p/396447#M8555</link>
      <description>&lt;P&gt;&lt;a href="https://community.graphisoft.com/t5/user/viewprofilepage/user-id/13621"&gt;@Steve Jepson&lt;/a&gt;&amp;nbsp;Thanks!&lt;BR /&gt;Had no idea report would store info from the polycount tool. Nice one! An export button on the tool itself would be more intuitive way but hey, beggars can't be choosers.&amp;nbsp;I mainly use reports to review geometry errors. Would be good to know what other info it can capture - will definitely keep a closer look from now on.&amp;nbsp;&lt;BR /&gt;Still on the lookout for SEO and Drawing manager info.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2023 23:43:56 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Getting-PolyCount-data-to-another-program/m-p/396447#M8555</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-08-28T23:43:56Z</dc:date>
    </item>
  </channel>
</rss>

