<?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: rotated wallhole in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/rotated-wallhole/m-p/8383#M41320</link>
    <description>Your definition of the corner points is not correct.&lt;BR /&gt;
If you build a PRISM_ with your script, you'll get an error.&lt;BR /&gt;
&lt;BR /&gt;
Correct it or try this:&lt;BR /&gt;
&lt;BR /&gt;
alfa=30&lt;BR /&gt;
&lt;BR /&gt;
ROTz alfa&lt;BR /&gt;
&lt;BR /&gt;
WALLHOLE 5,1, &lt;BR /&gt;
&lt;BR /&gt;
-a/2,0,15,&lt;BR /&gt;
a/2,0,15,&lt;BR /&gt;
a/2,b,15,&lt;BR /&gt;
-a/2,b,15,&lt;BR /&gt;
-a/2,0,-1&lt;BR /&gt;
&lt;BR /&gt;
Joachim</description>
    <pubDate>Wed, 25 Feb 2004 20:42:41 GMT</pubDate>
    <dc:creator>Jochen Suehlo</dc:creator>
    <dc:date>2004-02-25T20:42:41Z</dc:date>
    <item>
      <title>rotated wallhole</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/rotated-wallhole/m-p/8382#M41319</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;R&gt;I created a rotated wallhole like in the image below whit this GDL script:&lt;BR /&gt;
&lt;BR /&gt;
WALLHOLE 5,1,&lt;BR /&gt;
0,0,15,&lt;BR /&gt;
0.148,0.26,15,&lt;BR /&gt;
0.122,0.174,15,&lt;BR /&gt;
-0.26,0.148,15,&lt;BR /&gt;
0,0,-1&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
but it dosen't work &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_sad.gif" style="display : inline;" /&gt;&lt;BR /&gt;
&lt;BR /&gt;
Please help me to make it work, or another method to make another whit&lt;BR /&gt;
parametric rotation angle.&lt;BR /&gt;
&lt;BR /&gt;
Thanks a lot&lt;/R&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;IMG src="http://community.graphisoft.com/t5/image/serverpage/image-id/72025i45C4DFEDB9ACCCD6/image-size/large?v=v2&amp;amp;px=999" border="0" alt="wallhole.jpg" title="wallhole.jpg" /&gt;</description>
      <pubDate>Wed, 25 Feb 2004 16:37:46 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/rotated-wallhole/m-p/8382#M41319</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-02-25T16:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: rotated wallhole</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/rotated-wallhole/m-p/8383#M41320</link>
      <description>Your definition of the corner points is not correct.&lt;BR /&gt;
If you build a PRISM_ with your script, you'll get an error.&lt;BR /&gt;
&lt;BR /&gt;
Correct it or try this:&lt;BR /&gt;
&lt;BR /&gt;
alfa=30&lt;BR /&gt;
&lt;BR /&gt;
ROTz alfa&lt;BR /&gt;
&lt;BR /&gt;
WALLHOLE 5,1, &lt;BR /&gt;
&lt;BR /&gt;
-a/2,0,15,&lt;BR /&gt;
a/2,0,15,&lt;BR /&gt;
a/2,b,15,&lt;BR /&gt;
-a/2,b,15,&lt;BR /&gt;
-a/2,0,-1&lt;BR /&gt;
&lt;BR /&gt;
Joachim</description>
      <pubDate>Wed, 25 Feb 2004 20:42:41 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/rotated-wallhole/m-p/8383#M41320</guid>
      <dc:creator>Jochen Suehlo</dc:creator>
      <dc:date>2004-02-25T20:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: rotated wallhole</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/rotated-wallhole/m-p/8384#M41321</link>
      <description>Thank's for your help     &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_razz.gif" style="display : inline;" /&gt;</description>
      <pubDate>Thu, 26 Feb 2004 08:42:33 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/rotated-wallhole/m-p/8384#M41321</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-02-26T08:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: rotated wallhole</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/rotated-wallhole/m-p/8385#M41322</link>
      <description>If you want the wallhole coincide with the 2D symbol,&lt;BR /&gt;
you have to contain it into A &amp;amp; B dimensions.&lt;BR /&gt;
&lt;BR /&gt;
ang=MIN(MAX(0,ang),90)   ! Master script&lt;BR /&gt;
PARAMETERS ang=ang&lt;BR /&gt;
&lt;BR /&gt;
x=A/(1+TAN(ang))     ! 3D script&lt;BR /&gt;
y=B/(1+TAN(ang))&lt;BR /&gt;
&lt;BR /&gt;
WALLHOLE 4,1,&lt;BR /&gt;
 A/2-x , B   , 7,&lt;BR /&gt;
 A/2    , y   , 7,&lt;BR /&gt;
-A/2+x, 0   , 7,&lt;BR /&gt;
-A/2    , B-y, 7</description>
      <pubDate>Fri, 27 Feb 2004 17:05:31 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/rotated-wallhole/m-p/8385#M41322</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-02-27T17:05:31Z</dc:date>
    </item>
  </channel>
</rss>

