<?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: Show openning window on 2D in Modeling</title>
    <link>https://community.graphisoft.com/t5/Modeling/Show-openning-window-on-2D/m-p/15688#M7433</link>
    <description>I try to do that advise. That have line swing opening, but I want to rotate leaf of windows. How can I modify GDL in W1 or ? object in library.I can find to do now.&lt;BR /&gt;
Thank you.</description>
    <pubDate>Tue, 19 Oct 2004 07:03:16 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2004-10-19T07:03:16Z</dc:date>
    <item>
      <title>Show openning window on 2D</title>
      <link>https://community.graphisoft.com/t5/Modeling/Show-openning-window-on-2D/m-p/15681#M7426</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Hello I'm new user in ArchiCAD. I user AutoCAD before.&lt;BR /&gt;
Who can teach me draw opening window show on 2D same opening of door.&lt;BR /&gt;
Best Regard.&lt;BR /&gt;
wichai&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 25 May 2023 16:22:42 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/Show-openning-window-on-2D/m-p/15681#M7426</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-25T16:22:42Z</dc:date>
    </item>
    <item>
      <title>Re: Show openning window on 2D</title>
      <link>https://community.graphisoft.com/t5/Modeling/Show-openning-window-on-2D/m-p/15682#M7427</link>
      <description>Welcome!  As far as I know (AFAIK), and in the US library, the casement windows do not have an option to show their swing in 2D in a way similar to doors.  I think that was your question?&lt;BR /&gt;
&lt;BR /&gt;
Karl</description>
      <pubDate>Mon, 13 Sep 2004 17:10:27 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/Show-openning-window-on-2D/m-p/15682#M7427</guid>
      <dc:creator>Karl Ottenstein</dc:creator>
      <dc:date>2004-09-13T17:10:27Z</dc:date>
    </item>
    <item>
      <title>Re: Show openning window on 2D</title>
      <link>https://community.graphisoft.com/t5/Modeling/Show-openning-window-on-2D/m-p/15683#M7428</link>
      <description>yes, if it not have in US Library how I can crate window object with show swing in 2D. This is difficult than AutoCAD. &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_cry.gif" style="display : inline;" /&gt;  And what abot (AFAIK),&lt;BR /&gt;
Thank you</description>
      <pubDate>Tue, 14 Sep 2004 06:20:50 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/Show-openning-window-on-2D/m-p/15683#M7428</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-09-14T06:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: Show openning window on 2D</title>
      <link>https://community.graphisoft.com/t5/Modeling/Show-openning-window-on-2D/m-p/15684#M7429</link>
      <description>Is this what you are after?</description>
      <pubDate>Tue, 14 Sep 2004 13:02:57 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/Show-openning-window-on-2D/m-p/15684#M7429</guid>
      <dc:creator>fuzzytnth3</dc:creator>
      <dc:date>2004-09-14T13:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: Show openning window on 2D</title>
      <link>https://community.graphisoft.com/t5/Modeling/Show-openning-window-on-2D/m-p/15685#M7430</link>
      <description>&lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_redface.gif" style="display : inline;" /&gt; sorry I misunderstood your request. The object I've posted is to show an opening symbol in elevation not in plan view.&lt;BR /&gt;
&lt;BR /&gt;
It wouldn't be that hard to add a 2d swing symbol to an existing window object. Here's a wee tutorial sort of thing &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_smile.gif" style="display : inline;" /&gt;&lt;BR /&gt;
&lt;BR /&gt;
Open the window object &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;select it in the 2d plan window and select Open Library Object command from the file menu&lt;E&gt;&lt;/E&gt;&lt;BR /&gt;
&lt;BR /&gt;
Create a new parameter called &lt;B&gt;shwswing&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
Open the 2d script window&lt;BR /&gt;
&lt;BR /&gt;
Look at the top of the script window. If the first line says anything like &lt;B&gt; IF so and so THEN END &lt;/B&gt; then you want to paste the following on a new line under that line...&lt;BR /&gt;
&lt;B&gt;&lt;BR /&gt;
&lt;FONT color="orange"&gt;&lt;BR /&gt;
IF shwswing=1 THEN GOSUB 2000&lt;BR /&gt;
&lt;/FONT&gt;&lt;BR /&gt;
&lt;/B&gt;&lt;BR /&gt;
Scroll to the very bottom of the script window and paste in the following....&lt;BR /&gt;
&lt;B&gt;&lt;BR /&gt;
&lt;FONT color="orange"&gt;&lt;BR /&gt;
2000:&lt;BR /&gt;
&lt;BR /&gt;
LINE2 -a/2,0,-a/2,a&lt;BR /&gt;
arc2 -a/2,0,a,0,90&lt;BR /&gt;
RETURN&lt;BR /&gt;
&lt;/FONT&gt;&lt;BR /&gt;
&lt;/B&gt;&lt;BR /&gt;
If you get an error saying there is already a GOSUB called 2000 then just modify the scripts above to use a higher/different number.&lt;BR /&gt;
&lt;BR /&gt;
Best of luck &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_smile.gif" style="display : inline;" /&gt;</description>
      <pubDate>Tue, 14 Sep 2004 13:26:05 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/Show-openning-window-on-2D/m-p/15685#M7430</guid>
      <dc:creator>fuzzytnth3</dc:creator>
      <dc:date>2004-09-14T13:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: Show openning window on 2D</title>
      <link>https://community.graphisoft.com/t5/Modeling/Show-openning-window-on-2D/m-p/15686#M7431</link>
      <description>Hello I am thank you very much for answer. It nearly I want to show but a little not clear in the drawing. I have sent picture for explains I want to show. Because windows in Thailand, it open swing almost. If I draw proposal for customer show 2D &amp;amp; 3D.</description>
      <pubDate>Thu, 16 Sep 2004 05:25:17 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/Show-openning-window-on-2D/m-p/15686#M7431</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-09-16T05:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: Show openning window on 2D</title>
      <link>https://community.graphisoft.com/t5/Modeling/Show-openning-window-on-2D/m-p/15687#M7432</link>
      <description>To show the window sash (operable part) in the open position, just put: &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;&lt;FONT color="blue"&gt;IF shwswing THEN &lt;BR /&gt;
   ARC2 -a/2,0,a,0,90&lt;BR /&gt;
   ROT2 90&lt;BR /&gt;
ENDIF&lt;/FONT&gt;&lt;/B&gt;&lt;FONT&gt;&lt;I&gt;&lt;/I&gt;&lt;/FONT&gt;&lt;BR /&gt;
&lt;BR /&gt;
before the part of the script that draws the sash, which is then followed by:&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;&lt;FONT color="blue"&gt;IF shwswing THEN DEL 1&lt;/FONT&gt;&lt;/B&gt;&lt;FONT&gt;&lt;I&gt;&lt;/I&gt;&lt;/FONT&gt;&lt;BR /&gt;
&lt;BR /&gt;
You may need to tweak this depending on the details of the particular script, but the 2D Full View will show you if you are getting what you want.</description>
      <pubDate>Thu, 16 Sep 2004 18:25:08 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/Show-openning-window-on-2D/m-p/15687#M7432</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-09-16T18:25:08Z</dc:date>
    </item>
    <item>
      <title>Re: Show openning window on 2D</title>
      <link>https://community.graphisoft.com/t5/Modeling/Show-openning-window-on-2D/m-p/15688#M7433</link>
      <description>I try to do that advise. That have line swing opening, but I want to rotate leaf of windows. How can I modify GDL in W1 or ? object in library.I can find to do now.&lt;BR /&gt;
Thank you.</description>
      <pubDate>Tue, 19 Oct 2004 07:03:16 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/Show-openning-window-on-2D/m-p/15688#M7433</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-10-19T07:03:16Z</dc:date>
    </item>
    <item>
      <title>Re: Show openning window on 2D</title>
      <link>https://community.graphisoft.com/t5/Modeling/Show-openning-window-on-2D/m-p/15689#M7434</link>
      <description>If you could let me know the name of which window you want to modify I could modify it to behave the way you want.&lt;BR /&gt;
&lt;BR /&gt;
I suspect the modification you want is a bit to complex to describe here. Much simplier just to do it and give you the modified object. You can then go through the 2d script and see what changes I made and then use that to alter other windows.</description>
      <pubDate>Tue, 19 Oct 2004 10:49:56 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/Show-openning-window-on-2D/m-p/15689#M7434</guid>
      <dc:creator>fuzzytnth3</dc:creator>
      <dc:date>2004-10-19T10:49:56Z</dc:date>
    </item>
  </channel>
</rss>

