<?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: Pivot door ...again in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Pivot-door-again/m-p/52615#M37489</link>
    <description>Erika,&lt;BR /&gt;
I notice you are using 3D script transformation commands&lt;BR /&gt;
such as ADDx rather than ADD2 x,y. 3D transformation commands&lt;BR /&gt;
don't work in the 2D script.&lt;BR /&gt;
I'm sure you know this  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_biggrin.gif" style="display : inline;" /&gt; &lt;BR /&gt;
Peter Devlin</description>
    <pubDate>Tue, 29 Mar 2005 18:29:49 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2005-03-29T18:29:49Z</dc:date>
    <item>
      <title>Pivot door ...again</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Pivot-door-again/m-p/52614#M37488</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Hi, &lt;BR /&gt;
Hopefully I am posting under the right section this time. Peter and Wes, your help was great. My door in 3D is working fine. 2D is another story.  &lt;BR /&gt;
I am unable to get the door panel itself to show rotated. Arc swings operate just fine, but the door itself won't budge from its closed position. Could someone please point out where I err? &lt;BR /&gt;
thanks. &lt;BR /&gt;
 &lt;BR /&gt;
!!!move origin to pivot point &lt;BR /&gt;
	ADDX a/2-pivot_dist &lt;BR /&gt;
!!!move pivot point to midway of door thickness  &lt;BR /&gt;
	ADDY   -gs_leaf_thk/2 &lt;BR /&gt;
!!!rotate door to open in 3D position &lt;BR /&gt;
	ROTy gs_open_2D &lt;BR /&gt;
 &lt;BR /&gt;
pen gs_leaf_pen &lt;BR /&gt;
!!panel frame left &lt;BR /&gt;
rect2 -a/2,-gs_leaf_thk/2, -a/2+gs_fw_side,gs_leaf_thk/2 &lt;BR /&gt;
 &lt;BR /&gt;
!!panel frame right &lt;BR /&gt;
rect2 a/2-gs_fw_side,-gs_leaf_thk/2, a/2,gs_leaf_thk/2 &lt;BR /&gt;
 &lt;BR /&gt;
! panel bottom frame &lt;BR /&gt;
pen 2 &lt;BR /&gt;
line2 -a/2+gs_fw_side,-gs_leaf_thk/4, a/2-gs_fw_side,-gs_leaf_thk/4 &lt;BR /&gt;
line2 -a/2+gs_fw_side,gs_leaf_thk/4, a/2-gs_fw_side,gs_leaf_thk/4 &lt;BR /&gt;
 &lt;BR /&gt;
!!glass &lt;BR /&gt;
pen gs_glass_pen &lt;BR /&gt;
rect2 -a/2+gs_fw_side,-gs_leaf_thk/2, a/2-gs_fw_side,gs_leaf_thk/2 &lt;BR /&gt;
 &lt;BR /&gt;
 &lt;BR /&gt;
 &lt;BR /&gt;
! if door open in 2D add swing  &lt;BR /&gt;
pen gs_swing_pen &lt;BR /&gt;
	addx a/2-pivot_dist &lt;BR /&gt;
arc2 a/2-pivot_dist,0, a-pivot_dist, 180-gs_open_2D, 180 &lt;BR /&gt;
arc2 a/2-pivot_dist,0, pivot_dist, -gs_open_2D,0 &lt;BR /&gt;
 &lt;BR /&gt;
!add hotspots, later turn into graphical hotspots &lt;BR /&gt;
pen 1 &lt;BR /&gt;
hotspot2 -a/2,-gs_leaf_thk/2 &lt;BR /&gt;
hotspot2 -a/2, gs_leaf_thk/2 &lt;BR /&gt;
hotspot2  a/2,-gs_leaf_thk/2 &lt;BR /&gt;
hotspot2  a/2, gs_leaf_thk/2 &lt;BR /&gt;
hotspot2  a/2-pivot_dist, 0&lt;/T&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pivot no pivot.jpg" style="width: 600px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/6958iDE0411141D466711/image-size/large?v=v2&amp;amp;px=999" role="button" title="pivot no pivot.jpg" alt="pivot no pivot.jpg" /&gt;&lt;/span&gt;</description>
      <pubDate>Wed, 24 May 2023 09:04:45 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Pivot-door-again/m-p/52614#M37488</guid>
      <dc:creator>Erika Epstein</dc:creator>
      <dc:date>2023-05-24T09:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot door ...again</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Pivot-door-again/m-p/52615#M37489</link>
      <description>Erika,&lt;BR /&gt;
I notice you are using 3D script transformation commands&lt;BR /&gt;
such as ADDx rather than ADD2 x,y. 3D transformation commands&lt;BR /&gt;
don't work in the 2D script.&lt;BR /&gt;
I'm sure you know this  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_biggrin.gif" style="display : inline;" /&gt; &lt;BR /&gt;
Peter Devlin</description>
      <pubDate>Tue, 29 Mar 2005 18:29:49 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Pivot-door-again/m-p/52615#M37489</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-03-29T18:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot door ...again</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Pivot-door-again/m-p/52616#M37490</link>
      <description>Peter,&lt;BR /&gt;
I still feel so foolish 12 hours after first reading your reply.&lt;BR /&gt;
If only I had had the nerve to post my question sooner.&lt;BR /&gt;
Thank you. &lt;BR /&gt;
&lt;BR /&gt;
 &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_redface.gif" style="display : inline;" /&gt; &lt;BR /&gt;
 &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_redface.gif" style="display : inline;" /&gt; &lt;BR /&gt;
 &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_redface.gif" style="display : inline;" /&gt; &lt;BR /&gt;
Erika</description>
      <pubDate>Wed, 30 Mar 2005 16:12:54 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Pivot-door-again/m-p/52616#M37490</guid>
      <dc:creator>Erika Epstein</dc:creator>
      <dc:date>2005-03-30T16:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot door ...again</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Pivot-door-again/m-p/52617#M37491</link>
      <description>Erika,&lt;BR /&gt;
How about letting us both of  off the hook here.&lt;BR /&gt;
The only way I spotted your error is that&lt;BR /&gt;
I have made the same error many times. &lt;BR /&gt;
Back in 6.5, you would get an error message&lt;BR /&gt;
if you used a 3D script command in the 2D script.&lt;BR /&gt;
I hope you are getting your pivot door working.&lt;BR /&gt;
Cheers,&lt;BR /&gt;
Peter Devlin</description>
      <pubDate>Wed, 30 Mar 2005 17:12:44 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Pivot-door-again/m-p/52617#M37491</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-03-30T17:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot door ...again</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Pivot-door-again/m-p/52618#M37492</link>
      <description>hi, I'm pretty new to archicad, and I've never done a gdl object as described above... Can someone explain how the code is placed in the "create object" dialog box, or point me to some more information as to how I can use the code in this thread to make a pivot door? Thanks in advance.</description>
      <pubDate>Fri, 07 Mar 2008 21:59:20 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Pivot-door-again/m-p/52618#M37492</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-03-07T21:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot door ...again</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Pivot-door-again/m-p/52619#M37493</link>
      <description>Pencrush,&lt;BR /&gt;
&lt;BR /&gt;
First I strongly suggest you get a copy of the GDL Cookbook. DNC has kindly place a PDF version here &lt;A href="http://www.nottingham.ac.uk/sbe/cookbook/" target="_blank"&gt;http://www.nottingham.ac.uk/sbe/cookbook/&lt;/A&gt; and although it deals with older versions of AC it all still applies. David does have some door examples in the book.&lt;BR /&gt;
&lt;BR /&gt;
Secondly, I see you are in Portland as am I. Do you attend the local, and infrequent users group? If so perhaps we can start talking GDL there.</description>
      <pubDate>Sat, 08 Mar 2008 05:01:20 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Pivot-door-again/m-p/52619#M37493</guid>
      <dc:creator>Erich</dc:creator>
      <dc:date>2008-03-08T05:01:20Z</dc:date>
    </item>
  </channel>
</rss>

