<?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: 3DS out in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/3DS-out/m-p/165443#M6288</link>
    <description>&lt;BLOCKQUOTE&gt;zanzibar wrote:&lt;BR /&gt;Hmm, im just trying to automate the 3ds export process.&lt;BR /&gt;
I thought about save_pars and its friends, but anything i tried didnt really give any fine result. (though i succeeded exporting an image of the 3d view).&lt;/BLOCKQUOTE&gt;
The function &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;API_FileSavePars&lt;E&gt;&lt;/E&gt; only supports a narrow range of file types, and doesn't include 3DS. I don't think that's an option for you. As far as I'm aware, there is no easy answer to this question.</description>
    <pubDate>Mon, 29 Aug 2011 11:30:03 GMT</pubDate>
    <dc:creator>Ralph Wessel</dc:creator>
    <dc:date>2011-08-29T11:30:03Z</dc:date>
    <item>
      <title>3DS out</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/3DS-out/m-p/165439#M6284</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;Hello,&lt;BR /&gt;Im attempting to write some script that finally saves a 3d view as a 3ds file.&lt;BR /&gt;I succeeded saving the 3d view as .3ds but 3dstudio max doesnt really like that file.&lt;BR /&gt;I used the savepar_object function. &lt;BR /&gt;How did they do that with the "3DS out" add-on which is included with AC?&lt;BR /&gt;Is there any way to get some of the source code of this add-on?&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;/DIV&gt;</description>
      <pubDate>Thu, 03 Aug 2023 07:40:18 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/3DS-out/m-p/165439#M6284</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-08-03T07:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: 3DS out</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/3DS-out/m-p/165440#M6285</link>
      <description>Please? any idea?</description>
      <pubDate>Mon, 29 Aug 2011 06:22:04 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/3DS-out/m-p/165440#M6285</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-08-29T06:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: 3DS out</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/3DS-out/m-p/165441#M6286</link>
      <description>&lt;BLOCKQUOTE&gt;zanzibar wrote:&lt;BR /&gt;Please? any idea?&lt;/BLOCKQUOTE&gt;
If you have the documentation for the 3DS file format, you could implement an export module. I haven't looked at this file format specifically, so I don't know how complex that might be (or even if the format is published). There may be 3rd party libraries that provide this functionality. The source code for the 3DS-out add-on belongs to GS, and I doubt you would be able to obtain it. I don't know if the add-on can be called from another add-on either (only the DXF/DWG add-on publishes this capability as far as I know).</description>
      <pubDate>Mon, 29 Aug 2011 11:00:42 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/3DS-out/m-p/165441#M6286</guid>
      <dc:creator>Ralph Wessel</dc:creator>
      <dc:date>2011-08-29T11:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: 3DS out</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/3DS-out/m-p/165442#M6287</link>
      <description>Hmm, im just trying to automate the 3ds export process.&lt;BR /&gt;
Do u maybe have a clue or and idea, what kind of functions in the API could be useful in this case? &lt;BR /&gt;
I thought about save_pars and its friends, but anything i tried didnt really give any fine result. &lt;BR /&gt;
(though i succeeded exporting an image of the 3d view).&lt;BR /&gt;
&lt;BR /&gt;
ANY suggestion would be very appriciated! im not going to give up soon, and maybe my questions could help people in the future....&lt;BR /&gt;
&lt;BR /&gt;
Thanks1!!</description>
      <pubDate>Mon, 29 Aug 2011 11:06:52 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/3DS-out/m-p/165442#M6287</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-08-29T11:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: 3DS out</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/3DS-out/m-p/165443#M6288</link>
      <description>&lt;BLOCKQUOTE&gt;zanzibar wrote:&lt;BR /&gt;Hmm, im just trying to automate the 3ds export process.&lt;BR /&gt;
I thought about save_pars and its friends, but anything i tried didnt really give any fine result. (though i succeeded exporting an image of the 3d view).&lt;/BLOCKQUOTE&gt;
The function &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;API_FileSavePars&lt;E&gt;&lt;/E&gt; only supports a narrow range of file types, and doesn't include 3DS. I don't think that's an option for you. As far as I'm aware, there is no easy answer to this question.</description>
      <pubDate>Mon, 29 Aug 2011 11:30:03 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/3DS-out/m-p/165443#M6288</guid>
      <dc:creator>Ralph Wessel</dc:creator>
      <dc:date>2011-08-29T11:30:03Z</dc:date>
    </item>
  </channel>
</rss>

