<?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: Reveal in Window moves inside when structural display is on &amp;quot;core only&amp;quot; in GDL</title>
    <link>https://community.graphisoft.com/t5/GDL/Reveal-in-Window-moves-inside-when-structural-display-is-on-quot/m-p/281506#M4964</link>
    <description>My first comment is kind of misleading, that calculation isn't needed for the reval, as the window's origin is at the reveal plane correctly, and two half-infinite cuts can work.</description>
    <pubDate>Mon, 28 Sep 2020 07:50:34 GMT</pubDate>
    <dc:creator>Peter Baksa</dc:creator>
    <dc:date>2020-09-28T07:50:34Z</dc:date>
    <item>
      <title>Reveal in Window moves inside when structural display is on "core only"</title>
      <link>https://community.graphisoft.com/t5/GDL/Reveal-in-Window-moves-inside-when-structural-display-is-on-quot/m-p/281502#M4960</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;When I create a simple window and have a profile wall, the reveal of the Window moves inside when structural display is on "core only".&lt;BR /&gt;Is there a way to prevent this?&lt;BR /&gt;See picture (left side whole structure, right side "core only")&lt;BR /&gt;&lt;IMG src="http://download.b-prisma.de/images/Reveal.png" border="0" /&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 26 Sep 2022 20:41:40 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Reveal-in-Window-moves-inside-when-structural-display-is-on-quot/m-p/281502#M4960</guid>
      <dc:creator>Jochen Suehlo</dc:creator>
      <dc:date>2022-09-26T20:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: Reveal in Window moves inside when structural display is on "core only"</title>
      <link>https://community.graphisoft.com/t5/GDL/Reveal-in-Window-moves-inside-when-structural-display-is-on-quot/m-p/281503#M4961</link>
      <description>Yes, this must be done in GDL. Look a the code of "Simple Window Opening": early in the master script
&lt;PRE&gt;if GLOB_STRUCTURE_DISPLAY &amp;lt;&amp;gt; STRUCTURE_ENTIRE_STRUCTURE then&lt;/PRE&gt;
it reads WALL_SKINS_PARAMS, and sums the hidden skin's thicknesses on both sides, then decides which side to use as an offset.</description>
      <pubDate>Mon, 21 Sep 2020 07:59:30 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Reveal-in-Window-moves-inside-when-structural-display-is-on-quot/m-p/281503#M4961</guid>
      <dc:creator>Peter Baksa</dc:creator>
      <dc:date>2020-09-21T07:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: Reveal in Window moves inside when structural display is on "core only"</title>
      <link>https://community.graphisoft.com/t5/GDL/Reveal-in-Window-moves-inside-when-structural-display-is-on-quot/m-p/281504#M4962</link>
      <description>Thank you Péter for that tip.&lt;BR /&gt;
With the resulting values of the variables, must I use them in a WALLHOLE command,&lt;BR /&gt;
or is there any kind of automatism?&lt;BR /&gt;
If yes and if I still haven't a WALLHOLE, I must add one, I think?</description>
      <pubDate>Mon, 21 Sep 2020 10:04:17 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Reveal-in-Window-moves-inside-when-structural-display-is-on-quot/m-p/281504#M4962</guid>
      <dc:creator>Jochen Suehlo</dc:creator>
      <dc:date>2020-09-21T10:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: Reveal in Window moves inside when structural display is on "core only"</title>
      <link>https://community.graphisoft.com/t5/GDL/Reveal-in-Window-moves-inside-when-structural-display-is-on-quot/m-p/281505#M4963</link>
      <description>This must be a bug, the automatic reveal works with a composite wall, it should with a profiled one too.&lt;BR /&gt;
&lt;BR /&gt;
However there is another problem with this that the WALL_SKINS_PARAMS approach can't fully solve either:&lt;BR /&gt;
the profile might have a different cross-section at different heights. For complex (and double-slanted) walls this variable contains the data of the skins at the floor plan cutplane (2D), or at sill height (3D).&lt;BR /&gt;
If you try the automatic reveal in a slanted wall, you will see it is slanted in 3D too, but in a profiled wall it is vertical, so it is a bit unconsistent.&lt;BR /&gt;
&lt;BR /&gt;
So, coding a custom reveal is necessary to show partial display in profiled walls correctly (assuming the profile is the same cross-section along the position of the window).</description>
      <pubDate>Mon, 21 Sep 2020 13:29:04 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Reveal-in-Window-moves-inside-when-structural-display-is-on-quot/m-p/281505#M4963</guid>
      <dc:creator>Peter Baksa</dc:creator>
      <dc:date>2020-09-21T13:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: Reveal in Window moves inside when structural display is on "core only"</title>
      <link>https://community.graphisoft.com/t5/GDL/Reveal-in-Window-moves-inside-when-structural-display-is-on-quot/m-p/281506#M4964</link>
      <description>My first comment is kind of misleading, that calculation isn't needed for the reval, as the window's origin is at the reveal plane correctly, and two half-infinite cuts can work.</description>
      <pubDate>Mon, 28 Sep 2020 07:50:34 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Reveal-in-Window-moves-inside-when-structural-display-is-on-quot/m-p/281506#M4964</guid>
      <dc:creator>Peter Baksa</dc:creator>
      <dc:date>2020-09-28T07:50:34Z</dc:date>
    </item>
  </channel>
</rss>

