<?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 Problem on Curtain Wall export. in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/Problem-on-Curtain-Wall-export/m-p/190023#M6489</link>
    <description>&lt;DIV class="actalk-migrated-content"&gt;Hi,&lt;BR /&gt;I'm trying to export the ArchiCAD 12 model to my own file type. But I encounter some problem when I export the curtain wall data.&lt;BR /&gt;I used the ACAPI_Element_GetElemList to get the Api_Guid list, but only the API_CurtainWallID type elements can be get, while the others such as API_CurtainWallFrameID,API_CurtainWallPanelID etc. can not be get. Is there any way in which I could get frame or panel elements which belong to one curtain wall?&lt;BR /&gt;And I also had tried to use ACAPI_Element_Filter_Index with APIFilt_OnVisLayer|APIFilt_OnActFloor to get the curtain wall frame and panel element in one story, but only the middle parts could be get, while the top and bottom parts of curtain wall lost. Is this an bug from API toolkit 12? How could I fix this problem, or is there any workground? &lt;BR /&gt;Thanks.&lt;/DIV&gt;
&lt;P&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2.png" style="width: 298px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/6292iF5EA3E5525D453A5/image-size/large?v=v2&amp;amp;px=999" role="button" title="2.png" alt="2.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 04 Aug 2023 12:50:27 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-08-04T12:50:27Z</dc:date>
    <item>
      <title>Problem on Curtain Wall export.</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Problem-on-Curtain-Wall-export/m-p/190023#M6489</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;Hi,&lt;BR /&gt;I'm trying to export the ArchiCAD 12 model to my own file type. But I encounter some problem when I export the curtain wall data.&lt;BR /&gt;I used the ACAPI_Element_GetElemList to get the Api_Guid list, but only the API_CurtainWallID type elements can be get, while the others such as API_CurtainWallFrameID,API_CurtainWallPanelID etc. can not be get. Is there any way in which I could get frame or panel elements which belong to one curtain wall?&lt;BR /&gt;And I also had tried to use ACAPI_Element_Filter_Index with APIFilt_OnVisLayer|APIFilt_OnActFloor to get the curtain wall frame and panel element in one story, but only the middle parts could be get, while the top and bottom parts of curtain wall lost. Is this an bug from API toolkit 12? How could I fix this problem, or is there any workground? &lt;BR /&gt;Thanks.&lt;/DIV&gt;
&lt;P&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2.png" style="width: 298px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/6292iF5EA3E5525D453A5/image-size/large?v=v2&amp;amp;px=999" role="button" title="2.png" alt="2.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Aug 2023 12:50:27 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Problem-on-Curtain-Wall-export/m-p/190023#M6489</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-08-04T12:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problem on Curtain Wall export.</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Problem-on-Curtain-Wall-export/m-p/190024#M6490</link>
      <description>The curtain wall is a so-called container elem. Its sub-elements can be obtained with the ACAPI_Element_GetMemo call (take a look at the &lt;PRE&gt;cWallSegments&lt;/PRE&gt; member and the like).&lt;BR /&gt;
&lt;BR /&gt;
For the filtering problem: I think the curtain wall is a multi-story element, so story filtering won't work in that case. I would go the hard way: get the 3D geometry of the curtain wall sub-elements, and check those against the story range (see APIEnv_GetStorySettings).&lt;BR /&gt;
&lt;BR /&gt;
Hope this helps,&lt;BR /&gt;
&lt;BR /&gt;
Akos</description>
      <pubDate>Tue, 21 Oct 2008 04:01:21 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Problem-on-Curtain-Wall-export/m-p/190024#M6490</guid>
      <dc:creator>Akos Somorjai</dc:creator>
      <dc:date>2008-10-21T04:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: Problem on Curtain Wall export.</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Problem-on-Curtain-Wall-export/m-p/190025#M6491</link>
      <description>I see, Thanks a lot.</description>
      <pubDate>Tue, 21 Oct 2008 05:22:58 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Problem-on-Curtain-Wall-export/m-p/190025#M6491</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-10-21T05:22:58Z</dc:date>
    </item>
  </channel>
</rss>

