<?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: What is a API_Gable? in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/What-is-a-API-Gable/m-p/271997#M3243</link>
    <description>Perhaps Tibor might have some easier suggestions, but this is a difficult problem from past experience. The only way to be sure of the window opening shape is to compare the 3D body of the wall &lt;B&gt;with&lt;/B&gt; and &lt;B&gt;without&lt;/B&gt; the opening, probably necessitating making a copy of the wall (and probably connected/cutting elements). This can yield a list of polygons that make up the opening, but note that:&lt;BR /&gt;
- The opening on the wall inside might be different to the outside&lt;BR /&gt;
- If the wall is curved, both the inside and outside openings will multi-facetted (echoing the wall faces).</description>
    <pubDate>Sat, 16 Nov 2019 10:27:52 GMT</pubDate>
    <dc:creator>Ralph Wessel</dc:creator>
    <dc:date>2019-11-16T10:27:52Z</dc:date>
    <item>
      <title>What is a API_Gable?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/What-is-a-API-Gable/m-p/271994#M3240</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;I try Element_Test example and construction&lt;BR /&gt;&lt;BR /&gt;nGable = BMGetHandleSize ((GSHandle) memo.gables) / sizeof (API_Gable);&lt;BR /&gt;&lt;BR /&gt;always return 0.&lt;BR /&gt;What is the API_Gable ?&lt;BR /&gt;When it must be no zero count?&lt;BR /&gt;&lt;BR /&gt;When I cut a volume element.&lt;BR /&gt;When I subtract another from it.&lt;BR /&gt;When I cut under the roof.&lt;BR /&gt;When in 3d I cut with a secant plane.&lt;BR /&gt;Always nGable is zero.&lt;BR /&gt;Please help me understand, maybe I'm doing something wrong?&lt;/DIV&gt;</description>
      <pubDate>Thu, 29 Sep 2022 08:00:03 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/What-is-a-API-Gable/m-p/271994#M3240</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-09-29T08:00:03Z</dc:date>
    </item>
    <item>
      <title>Re: What is a API_Gable?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/What-is-a-API-Gable/m-p/271995#M3241</link>
      <description>Hi Tsepov,&lt;BR /&gt;
&lt;BR /&gt;
API_Gable defines a cutting plane applied to a spatial element.&lt;BR /&gt;
A gable can be generated by a Beam, Ceil, Roof or Shell element, the cutElem member defines the type.&lt;BR /&gt;
&lt;BR /&gt;
Simply create walls and a single-plane roof, cut the walls with the roof and the walls will have a gable.&lt;BR /&gt;
I recorded this workflow for you: &lt;A href="https://ttprivatenew.s3.amazonaws.com/pulse/lorantfyt/attachments/11917410/API_Gable_for_Walls_and_Zone.mp4" target="_blank"&gt;&lt;LINK_TEXT text="https://ttprivatenew.s3.amazonaws.com/p ... d_Zone.mp4"&gt;https://ttprivatenew.s3.amazonaws.com/pulse/lorantfyt/attachments/11917410/API_Gable_for_Walls_and_Zone.mp4&lt;/LINK_TEXT&gt;&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
Tibor</description>
      <pubDate>Fri, 15 Nov 2019 11:43:29 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/What-is-a-API-Gable/m-p/271995#M3241</guid>
      <dc:creator>Tibor Lorantfy</dc:creator>
      <dc:date>2019-11-15T11:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: What is a API_Gable?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/What-is-a-API-Gable/m-p/271996#M3242</link>
      <description>Hi, Tibor!&lt;BR /&gt;
&lt;BR /&gt;
thanks for the answer&lt;BR /&gt;
I understood why API_Gable&lt;BR /&gt;
Unfortunately, not quite what I need.&lt;BR /&gt;
I need to get the configuration of the hole in the wall where the window is not a rectangular shape.&lt;BR /&gt;
And also where to get it for the wall when the hole is made by the hole element&lt;BR /&gt;
Help me please.&lt;BR /&gt;
I am doing work now for a key user of ARCHICAD.&lt;BR /&gt;
It is very important.</description>
      <pubDate>Sat, 16 Nov 2019 05:53:40 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/What-is-a-API-Gable/m-p/271996#M3242</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-16T05:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: What is a API_Gable?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/What-is-a-API-Gable/m-p/271997#M3243</link>
      <description>Perhaps Tibor might have some easier suggestions, but this is a difficult problem from past experience. The only way to be sure of the window opening shape is to compare the 3D body of the wall &lt;B&gt;with&lt;/B&gt; and &lt;B&gt;without&lt;/B&gt; the opening, probably necessitating making a copy of the wall (and probably connected/cutting elements). This can yield a list of polygons that make up the opening, but note that:&lt;BR /&gt;
- The opening on the wall inside might be different to the outside&lt;BR /&gt;
- If the wall is curved, both the inside and outside openings will multi-facetted (echoing the wall faces).</description>
      <pubDate>Sat, 16 Nov 2019 10:27:52 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/What-is-a-API-Gable/m-p/271997#M3243</guid>
      <dc:creator>Ralph Wessel</dc:creator>
      <dc:date>2019-11-16T10:27:52Z</dc:date>
    </item>
  </channel>
</rss>

