<?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 export obj in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/export-obj/m-p/142584#M6454</link>
    <description>&lt;DIV class="actalk-migrated-content"&gt;hey, i try to write a script which export floors automatic to obj files,&lt;BR /&gt;can you please direct me what to learn from the api devkit?&lt;/DIV&gt;</description>
    <pubDate>Fri, 04 Aug 2023 13:04:23 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-08-04T13:04:23Z</dc:date>
    <item>
      <title>export obj</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/export-obj/m-p/142584#M6454</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;hey, i try to write a script which export floors automatic to obj files,&lt;BR /&gt;can you please direct me what to learn from the api devkit?&lt;/DIV&gt;</description>
      <pubDate>Fri, 04 Aug 2023 13:04:23 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/export-obj/m-p/142584#M6454</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-08-04T13:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: export obj</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/export-obj/m-p/142585#M6455</link>
      <description>&lt;BLOCKQUOTE&gt;zyben wrote:&lt;BR /&gt;hey, i try to write a script which export floors automatic to obj files,&lt;BR /&gt;
can you please direct me what to learn from the api devkit?&lt;/BLOCKQUOTE&gt;
Can you clarify your request a bit? Do you want to save the 3D model as a WaveFront (.obj) file? If so, this is already included in ArchiCAD.&lt;BR /&gt;
&lt;BR /&gt;
If you mean something else, please explain in greater detail.</description>
      <pubDate>Mon, 11 Aug 2008 13:55:09 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/export-obj/m-p/142585#M6455</guid>
      <dc:creator>Ralph Wessel</dc:creator>
      <dc:date>2008-08-11T13:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: export obj</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/export-obj/m-p/142586#M6456</link>
      <description>what i am trying to do is making a button which save each floor as an obj file in a local folder, this mean that it isolate every floor at a time and save it, and the result is that i have one button that export me all the floors in one click.</description>
      <pubDate>Tue, 12 Aug 2008 20:51:08 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/export-obj/m-p/142586#M6456</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-08-12T20:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: export obj</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/export-obj/m-p/142587#M6457</link>
      <description>&lt;BLOCKQUOTE&gt;zyben wrote:&lt;BR /&gt;what i am trying to do is making a button which save each floor as an obj file in a local folder, this mean that it isolate every floor at a time and save it, and the result is that i have one button that export me all the floors in one click.&lt;/BLOCKQUOTE&gt;

&lt;BR /&gt;
You can switch between stories with APIEnv_ChangeStorySettingsID, then enumerate all elements there with ACAPI_Element_Filter(). After that, for 2D export you can use ACAPI_Element_ShapePrims, and for 3D export ACAPI_Element_Get3DInfo and its friends.&lt;BR /&gt;
&lt;BR /&gt;
Hope this helps,&lt;BR /&gt;
&lt;BR /&gt;
Akos</description>
      <pubDate>Tue, 21 Oct 2008 04:05:04 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/export-obj/m-p/142587#M6457</guid>
      <dc:creator>Akos Somorjai</dc:creator>
      <dc:date>2008-10-21T04:05:04Z</dc:date>
    </item>
  </channel>
</rss>

