<?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: How to get the depth of a groove in a curtain wall? in GDL</title>
    <link>https://community.graphisoft.com/t5/GDL/How-to-get-the-depth-of-a-groove-in-a-curtain-wall/m-p/385434#M374</link>
    <description>&lt;P&gt;&lt;A href="https://gdl.graphisoft.com/gdl_other_docs/how-to-make-a-curtain-wall-panel" target="_blank"&gt;https://gdl.graphisoft.com/gdl_other_docs/how-to-make-a-curtain-wall-panel&lt;/A&gt; discusses clamp sizes and panel coordinates.&lt;/P&gt;
&lt;P&gt;Parameter A depends on ac_aSizeIsWithClamp, you need to set it to use the simplification.&lt;/P&gt;</description>
    <pubDate>Tue, 27 Jun 2023 10:16:44 GMT</pubDate>
    <dc:creator>Peter Baksa</dc:creator>
    <dc:date>2023-06-27T10:16:44Z</dc:date>
    <item>
      <title>How to get the depth of a groove in a curtain wall?</title>
      <link>https://community.graphisoft.com/t5/GDL/How-to-get-the-depth-of-a-groove-in-a-curtain-wall/m-p/384963#M370</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LeeJaeYoung_0-1687463289431.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/39440i341BD8C89E02FBDB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LeeJaeYoung_0-1687463289431.png" alt="LeeJaeYoung_0-1687463289431.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I am studying cw window 26.&lt;BR /&gt;The left side is cw window 26.&lt;BR /&gt;I am not understanding how to get the groove depth value.&lt;BR /&gt;Which part should I study?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;&lt;LI-CODE lang="markup"&gt;ADD2 0,0.1
POLY2 4,7,
 0,-FrameThk/2,
 A,-FrameThk/2,
 A,FrameThk/2,
 0,FrameThk/2&lt;/LI-CODE&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;P&gt;1.&amp;nbsp; It seems to me that this A has an ac_clampdepth value.&lt;BR /&gt;&amp;nbsp; &amp;nbsp; There is an ac_clampdepth value in frames, but it's hard to understand how to get that value in windows because it's so complicated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; I want to know how to get ac_clampdepth value.&lt;/P&gt;
&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. It's too complicated, so I just set the center of the window to ADD2 A/2,0 in the 2D script, but is there any problem doing this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;&lt;LI-CODE lang="markup"&gt;ADD2 0,0.1
add2 A / 2, 0
HA = windowWidth /2

POLY2 4,7,
   -HA,-FrameThk/2,
    HA,-FrameThk/2,
    HA, FrameThk/2,
   -HA, FrameThk/2&lt;/LI-CODE&gt;&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2023 06:05:30 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/How-to-get-the-depth-of-a-groove-in-a-curtain-wall/m-p/384963#M370</guid>
      <dc:creator>LeeJaeYoung</dc:creator>
      <dc:date>2023-06-23T06:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the depth of a groove in a curtain wall?</title>
      <link>https://community.graphisoft.com/t5/GDL/How-to-get-the-depth-of-a-groove-in-a-curtain-wall/m-p/385001#M371</link>
      <description>&lt;P&gt;I found this.&lt;BR /&gt;I couldn't find the variable in CW window 26 when I searched for it in ui_CWWindow_m.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LeeJaeYoung_0-1687496717010.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/39451i2C6C382A9E664C20/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LeeJaeYoung_0-1687496717010.png" alt="LeeJaeYoung_0-1687496717010.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I want to know the variable values of these pens.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The clues I've found are here.&lt;/P&gt;
&lt;P&gt;! --------------------------------------------------------------------------------&lt;BR /&gt;! Additional independent pages&lt;BR /&gt;! --------------------------------------------------------------------------------&lt;BR /&gt;_idxTab = 300&lt;/P&gt;
&lt;P&gt;iUiID_FloorPlanSection = _idxTab&lt;BR /&gt;iParID_FloorPlanSection = iUiID_Root : _idxTab = _idxTab + 1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2023 05:31:05 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/How-to-get-the-depth-of-a-groove-in-a-curtain-wall/m-p/385001#M371</guid>
      <dc:creator>LeeJaeYoung</dc:creator>
      <dc:date>2023-06-23T05:31:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the depth of a groove in a curtain wall?</title>
      <link>https://community.graphisoft.com/t5/GDL/How-to-get-the-depth-of-a-groove-in-a-curtain-wall/m-p/385328#M372</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Generally these names are the same as the parameter's description. You can search for it in the GDL editor parameter list, or browse them in Schedules / Scheme settings / Fields / Add Fields / Library Part Parameters:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PeterBaksa_0-1687789165094.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/39574i9E037131A4263BB6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PeterBaksa_0-1687789165094.png" alt="PeterBaksa_0-1687789165094.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jun 2023 14:20:50 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/How-to-get-the-depth-of-a-groove-in-a-curtain-wall/m-p/385328#M372</guid>
      <dc:creator>Peter Baksa</dc:creator>
      <dc:date>2023-06-26T14:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the depth of a groove in a curtain wall?</title>
      <link>https://community.graphisoft.com/t5/GDL/How-to-get-the-depth-of-a-groove-in-a-curtain-wall/m-p/385333#M373</link>
      <description>&lt;P&gt;thanks for the answer ^^&lt;BR /&gt;The question you answered is what I found below. ^^&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want you, the expert, to answer my questions 1 and 2. ^^&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jun 2023 14:35:02 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/How-to-get-the-depth-of-a-groove-in-a-curtain-wall/m-p/385333#M373</guid>
      <dc:creator>LeeJaeYoung</dc:creator>
      <dc:date>2023-06-26T14:35:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the depth of a groove in a curtain wall?</title>
      <link>https://community.graphisoft.com/t5/GDL/How-to-get-the-depth-of-a-groove-in-a-curtain-wall/m-p/385434#M374</link>
      <description>&lt;P&gt;&lt;A href="https://gdl.graphisoft.com/gdl_other_docs/how-to-make-a-curtain-wall-panel" target="_blank"&gt;https://gdl.graphisoft.com/gdl_other_docs/how-to-make-a-curtain-wall-panel&lt;/A&gt; discusses clamp sizes and panel coordinates.&lt;/P&gt;
&lt;P&gt;Parameter A depends on ac_aSizeIsWithClamp, you need to set it to use the simplification.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2023 10:16:44 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/How-to-get-the-depth-of-a-groove-in-a-curtain-wall/m-p/385434#M374</guid>
      <dc:creator>Peter Baksa</dc:creator>
      <dc:date>2023-06-27T10:16:44Z</dc:date>
    </item>
  </channel>
</rss>

