<?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: Extractelement 3d geometry using C++ API in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/Extractelement-3d-geometry-using-C-API/m-p/229948#M4945</link>
    <description>How to get the extrude profiles from a wall element. All we can get is polygons, edges &amp;amp; vertices. We need to get extrude profiles etc. It is possible to get extrude profile information's ??</description>
    <pubDate>Thu, 12 Nov 2015 05:33:15 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-11-12T05:33:15Z</dc:date>
    <item>
      <title>Extractelement 3d geometry using C++ API</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Extractelement-3d-geometry-using-C-API/m-p/229945#M4942</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;How to get the element (Slap, wall, roof, extrude etc..) 3d geometry such as profile, polygon coordinates, surface etc.&lt;/DIV&gt;</description>
      <pubDate>Thu, 13 Jul 2023 12:57:14 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Extractelement-3d-geometry-using-C-API/m-p/229945#M4942</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-07-13T12:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: Extractelement 3d geometry using C++ API</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Extractelement-3d-geometry-using-C-API/m-p/229946#M4943</link>
      <description>&lt;BLOCKQUOTE&gt;Arularasu wrote:&lt;BR /&gt;How to get the element (Slap, wall, roof, extrude etc..) 3d geometry such as profile, polygon coordinates, surface etc.&lt;/BLOCKQUOTE&gt;
Take a look at the ModelAccess API. There is an example called &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;ModelAccess_Test&lt;E&gt;&lt;/E&gt;. There doesn't appear to be any documentation though.&lt;BR /&gt;
&lt;BR /&gt;
If this isn't suitable, you can still use the old 3D Manager, e.g &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;ACAPI_Element_Get3DInfo&lt;E&gt;&lt;/E&gt;.</description>
      <pubDate>Mon, 02 Nov 2015 19:00:51 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Extractelement-3d-geometry-using-C-API/m-p/229946#M4943</guid>
      <dc:creator>Ralph Wessel</dc:creator>
      <dc:date>2015-11-02T19:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: Extractelement 3d geometry using C++ API</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Extractelement-3d-geometry-using-C-API/m-p/229947#M4944</link>
      <description>Thank you Ralph</description>
      <pubDate>Wed, 04 Nov 2015 07:27:12 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Extractelement-3d-geometry-using-C-API/m-p/229947#M4944</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-04T07:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: Extractelement 3d geometry using C++ API</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Extractelement-3d-geometry-using-C-API/m-p/229948#M4945</link>
      <description>How to get the extrude profiles from a wall element. All we can get is polygons, edges &amp;amp; vertices. We need to get extrude profiles etc. It is possible to get extrude profile information's ??</description>
      <pubDate>Thu, 12 Nov 2015 05:33:15 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Extractelement-3d-geometry-using-C-API/m-p/229948#M4945</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-12T05:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: Extractelement 3d geometry using C++ API</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Extractelement-3d-geometry-using-C-API/m-p/229949#M4946</link>
      <description>&lt;BLOCKQUOTE&gt;Arularasu wrote:&lt;BR /&gt;How to get the extrude profiles from a wall element. All we can get is polygons, edges &amp;amp; vertices. We need to get extrude profiles etc. It is possible to get extrude profile information's ??&lt;/BLOCKQUOTE&gt;
The extrusion profile(s) for a wall with a custom profile can be retrieved from the profile attributes. Take a look at the documentation for &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_ProfileAttrType&lt;E&gt;&lt;/E&gt; and &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_AttributeDefExt&lt;E&gt;&lt;/E&gt;. You will need to calculate an extrusion profile for other types of walls, i.e. the API won't give you one.</description>
      <pubDate>Thu, 12 Nov 2015 10:44:16 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Extractelement-3d-geometry-using-C-API/m-p/229949#M4946</guid>
      <dc:creator>Ralph Wessel</dc:creator>
      <dc:date>2015-11-12T10:44:16Z</dc:date>
    </item>
  </channel>
</rss>

