<?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: Doors / windows open in 3D perspective &amp;amp; closed in Sections / Elevations in Modeling</title>
    <link>https://community.graphisoft.com/t5/Modeling/Doors-windows-open-in-3D-perspective-amp-closed-in-Sections/m-p/292683#M150990</link>
    <description>Generally most doors and windows only have 2D and 3D opening options.&lt;BR /&gt;
As a section or elevation is essentially a 3D view, they will use the 3D opening settings.&lt;BR /&gt;
&lt;BR /&gt;
The object needs to be scripted (3D script) so it can recognise when it is in a section or elevation view and you can then control it separately to the 3D view.&lt;BR /&gt;
&lt;BR /&gt;
So unless it has been scripted that way, or you can amend the script yourself, you won't be able to have separate control.&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
    <pubDate>Thu, 21 Mar 2019 00:58:53 GMT</pubDate>
    <dc:creator>Barry Kelly</dc:creator>
    <dc:date>2019-03-21T00:58:53Z</dc:date>
    <item>
      <title>Doors / windows open in 3D perspective &amp; closed in Sections / Elevations</title>
      <link>https://community.graphisoft.com/t5/Modeling/Doors-windows-open-in-3D-perspective-amp-closed-in-Sections/m-p/292682#M150989</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;I really want my windows and doors (bi-folds, sliders, etc.) to be open in my 3D perspective view, but have them closed in my 2D sections &amp;amp; elevations. As far as I know this isn't possible - how do people get around this? &lt;BR /&gt;
&lt;BR /&gt;
The project looks way better having them open in 3D but for 2D drawings it's convention to show them closed.&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 25 May 2023 15:53:42 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/Doors-windows-open-in-3D-perspective-amp-closed-in-Sections/m-p/292682#M150989</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-25T15:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: Doors / windows open in 3D perspective &amp; closed in Sections / Elevations</title>
      <link>https://community.graphisoft.com/t5/Modeling/Doors-windows-open-in-3D-perspective-amp-closed-in-Sections/m-p/292683#M150990</link>
      <description>Generally most doors and windows only have 2D and 3D opening options.&lt;BR /&gt;
As a section or elevation is essentially a 3D view, they will use the 3D opening settings.&lt;BR /&gt;
&lt;BR /&gt;
The object needs to be scripted (3D script) so it can recognise when it is in a section or elevation view and you can then control it separately to the 3D view.&lt;BR /&gt;
&lt;BR /&gt;
So unless it has been scripted that way, or you can amend the script yourself, you won't be able to have separate control.&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
      <pubDate>Thu, 21 Mar 2019 00:58:53 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/Doors-windows-open-in-3D-perspective-amp-closed-in-Sections/m-p/292683#M150990</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2019-03-21T00:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: Doors / windows open in 3D perspective &amp; closed in Sections / Elevations</title>
      <link>https://community.graphisoft.com/t5/Modeling/Doors-windows-open-in-3D-perspective-amp-closed-in-Sections/m-p/292684#M150991</link>
      <description>&lt;BLOCKQUOTE&gt;Barry wrote:&lt;BR /&gt;
&lt;BR /&gt;
The object needs to be scripted (3D script) so it can recognise when it is in a section or elevation view and you can then control it separately to the 3D view.&lt;BR /&gt;
&lt;BR /&gt;
So unless it has been scripted that way, or you can amend the script yourself, you won't be able to have separate control.
&lt;/BLOCKQUOTE&gt;

Barry,&lt;BR /&gt;
This sounds very interesting.&lt;BR /&gt;
Do you have any examples of how to script that?&lt;BR /&gt;
I haven't explored the GDL-side of Archicad as much as I want to so if you have any help then that would be appreciated.&lt;BR /&gt;
&lt;BR /&gt;
Cheers</description>
      <pubDate>Tue, 24 Nov 2020 12:09:01 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/Doors-windows-open-in-3D-perspective-amp-closed-in-Sections/m-p/292684#M150991</guid>
      <dc:creator>Erik Bjornhage</dc:creator>
      <dc:date>2020-11-24T12:09:01Z</dc:date>
    </item>
    <item>
      <title>Re: Doors / windows open in 3D perspective &amp; closed in Sections / Elevations</title>
      <link>https://community.graphisoft.com/t5/Modeling/Doors-windows-open-in-3D-perspective-amp-closed-in-Sections/m-p/292685#M150992</link>
      <description>&lt;PRE&gt;IF glob_view_type = 4 | 5 THEN			!elevation or section
	gs_shutter_opAngle = 0
	gs_shutter_opLength = 0
ENDIF&lt;/PRE&gt;

&lt;BR /&gt;
Actual variables used may vary between objects / opening types.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Ling.&lt;BR /&gt;
&lt;BR /&gt;
&lt;FONT size="85"&gt;Woops... had the wrong view types...&lt;/FONT&gt;</description>
      <pubDate>Wed, 25 Nov 2020 01:44:43 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/Doors-windows-open-in-3D-perspective-amp-closed-in-Sections/m-p/292685#M150992</guid>
      <dc:creator>Lingwisyer</dc:creator>
      <dc:date>2020-11-25T01:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: Doors / windows open in 3D perspective &amp; closed in Sections / Elevations</title>
      <link>https://community.graphisoft.com/t5/Modeling/Doors-windows-open-in-3D-perspective-amp-closed-in-Sections/m-p/292686#M150993</link>
      <description>&lt;BLOCKQUOTE&gt;SwedishChef wrote:&lt;BR /&gt;
Do you have any examples of how to script that?&lt;BR /&gt;
I haven't explored the GDL-side of Archicad as much as I want to so if you have any help then that would be appreciated.
&lt;/BLOCKQUOTE&gt;

&lt;BR /&gt;
The is a command GLOB_VIEW_TYPE that can be used in a IF statement.&lt;BR /&gt;
&lt;BR /&gt;

&lt;PRE&gt;IF GLOB_VIEW_TYPE = 4 or GLOB_VIEW_TYPE = 5 THEN
.....add script to do what you want - i.e. open or close doors 
ENDIF&lt;/PRE&gt;

&lt;BR /&gt;
GLOB_VIEW_TYPE = 4 is to trap if the object is being viewed in a section&lt;BR /&gt;
GLOB_VIEW_TYPE = 5 is to trap if the object is being viewed in an elevation&lt;BR /&gt;
&lt;BR /&gt;
Of course you will need to know more GDL to perform the action that you want to do.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
      <pubDate>Wed, 25 Nov 2020 01:52:14 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/Doors-windows-open-in-3D-perspective-amp-closed-in-Sections/m-p/292686#M150993</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2020-11-25T01:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: Doors / windows open in 3D perspective &amp; closed in Sections / Elevations</title>
      <link>https://community.graphisoft.com/t5/Modeling/Doors-windows-open-in-3D-perspective-amp-closed-in-Sections/m-p/292687#M150994</link>
      <description>Thanks for that.&lt;BR /&gt;
I am painfully aware that my GDL skills are lacking but this gives me a starting point.&lt;BR /&gt;
As often is the case we do not get enough time to delve into something and learn to develop things from scratch but questions come from colleagues in active projects which means it's more of putting out the fire than trying to prevent it from happening.&lt;BR /&gt;
&lt;BR /&gt;
Thanks again for your help &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_smile.gif" style="display : inline;" /&gt;</description>
      <pubDate>Wed, 25 Nov 2020 08:12:38 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/Doors-windows-open-in-3D-perspective-amp-closed-in-Sections/m-p/292687#M150994</guid>
      <dc:creator>Erik Bjornhage</dc:creator>
      <dc:date>2020-11-25T08:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: Doors / windows open in 3D perspective &amp; closed in Sections / Elevations</title>
      <link>https://community.graphisoft.com/t5/Modeling/Doors-windows-open-in-3D-perspective-amp-closed-in-Sections/m-p/292688#M150995</link>
      <description>&lt;A href="https://archicad-talk.graphisoft.com/viewtopic.php?f=28&amp;amp;t=71368&amp;amp;p=319403#p319403" target="_blank"&gt;Wish&lt;/A&gt;</description>
      <pubDate>Wed, 25 Nov 2020 09:03:28 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/Doors-windows-open-in-3D-perspective-amp-closed-in-Sections/m-p/292688#M150995</guid>
      <dc:creator>Lingwisyer</dc:creator>
      <dc:date>2020-11-25T09:03:28Z</dc:date>
    </item>
  </channel>
</rss>

