<?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: Clear width vs Archicad egress width in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Clear-width-vs-Archicad-egress-width/m-p/242695#M48</link>
    <description>Very good solution Narska.&lt;BR /&gt;
I have coded the egress into my door and window tool so that it gives the correct result as per your description. I have included pocket sliding door egress calculation that allows for the door to be either completely contained in the pocket or slightly protruding when in the open position, as this also affects the true egress.&lt;BR /&gt;
It is a shame that it cannot be achieve in the standard library parts, however, a custom label is a very good option particularly if it is only the notation in 2d you require.</description>
    <pubDate>Sun, 07 Feb 2021 22:35:19 GMT</pubDate>
    <dc:creator>Kristian Bursell</dc:creator>
    <dc:date>2021-02-07T22:35:19Z</dc:date>
    <item>
      <title>Clear width vs Archicad egress width</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Clear-width-vs-Archicad-egress-width/m-p/242693#M46</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;So in the US egress width is measured from the doorstop to the face of the door when opened at 90 degrees. &lt;BR /&gt;
&lt;BR /&gt;
Archicad egress width, if I understand it correctly measures the width for the door from doorstop to doorstop.&lt;BR /&gt;
&lt;BR /&gt;
First of all, is my understanding correct?&lt;BR /&gt;
&lt;BR /&gt;
And secondly how do I have ArchiCAD calculate the clear width automatically?&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 24 May 2023 07:51:41 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Clear-width-vs-Archicad-egress-width/m-p/242693#M46</guid>
      <dc:creator>Narska</dc:creator>
      <dc:date>2023-05-24T07:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: Clear width vs Archicad egress width</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Clear-width-vs-Archicad-egress-width/m-p/242694#M47</link>
      <description>I used some GDL to request door parameters and did the calcs inside a custom label.&lt;BR /&gt;
&lt;BR /&gt;
Seems to be working.&lt;BR /&gt;
&lt;BR /&gt;
rrr = request ("ASSOCLP_PARVALUE", "ac_leaf_width",	index_ww, type_ww, flags_ww, dim1_ww, dim2_ww, ac_leaf_width)&lt;BR /&gt;
rrr = request ("ASSOCLP_PARVALUE", "gs_ds_w",	index_ww, type_ww, flags_ww, dim1_ww, dim2_ww, gs_ds_w)&lt;BR /&gt;
rrr = request ("ASSOCLP_PARVALUE", "gs_leaf_thk",	index_ww, type_ww, flags_ww, dim1_ww, dim2_ww, gs_leaf_thk)&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
user_clear_width = ac_leaf_width - gs_ds_w - gs_leaf_thk&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
TEXT2 0,-1', STR ("%0.64fi", user_clear_width)&lt;BR /&gt;
&lt;BR /&gt;

&lt;BLOCKQUOTE&gt;Narska wrote:&lt;BR /&gt;
So in the US egress width is measured from the doorstop to the face of the door when opened at 90 degrees. &lt;BR /&gt;
&lt;BR /&gt;
Archicad egress width, if I understand it correctly measures the width for the door from doorstop to doorstop.&lt;BR /&gt;
&lt;BR /&gt;
First of all, is my understanding correct?&lt;BR /&gt;
&lt;BR /&gt;
And secondly how do I have ArchiCAD calculate the clear width automatically?&lt;BR /&gt;
&lt;BR /&gt;
Thanks,
&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Sun, 07 Feb 2021 12:06:33 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Clear-width-vs-Archicad-egress-width/m-p/242694#M47</guid>
      <dc:creator>Narska</dc:creator>
      <dc:date>2021-02-07T12:06:33Z</dc:date>
    </item>
    <item>
      <title>Re: Clear width vs Archicad egress width</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Clear-width-vs-Archicad-egress-width/m-p/242695#M48</link>
      <description>Very good solution Narska.&lt;BR /&gt;
I have coded the egress into my door and window tool so that it gives the correct result as per your description. I have included pocket sliding door egress calculation that allows for the door to be either completely contained in the pocket or slightly protruding when in the open position, as this also affects the true egress.&lt;BR /&gt;
It is a shame that it cannot be achieve in the standard library parts, however, a custom label is a very good option particularly if it is only the notation in 2d you require.</description>
      <pubDate>Sun, 07 Feb 2021 22:35:19 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Clear-width-vs-Archicad-egress-width/m-p/242695#M48</guid>
      <dc:creator>Kristian Bursell</dc:creator>
      <dc:date>2021-02-07T22:35:19Z</dc:date>
    </item>
  </channel>
</rss>

