<?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: GDL:the angle of inclination in GDL</title>
    <link>https://community.graphisoft.com/t5/GDL/GDL-the-angle-of-inclination/m-p/382708#M323</link>
    <description>&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;I have recently started learning the GDL, so I am glad to know about it.&lt;/P&gt;&lt;P&gt;I'll take a look at the book as well.&lt;/P&gt;&lt;P&gt;So, you mean that you use beam profiles with the GDL TUBE command?&lt;/P&gt;</description>
    <pubDate>Thu, 08 Jun 2023 08:51:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-06-08T08:51:04Z</dc:date>
    <item>
      <title>GDL:the angle of inclination</title>
      <link>https://community.graphisoft.com/t5/GDL/GDL-the-angle-of-inclination/m-p/382683#M315</link>
      <description>&lt;P&gt;Is it possible to add hotspots that change the angle of inclination, such as beam elements, to a GDL-created shape such as a cylind on a sectional view??&lt;/P&gt;&lt;P&gt;I know this is difficult because there is no reference line, but could this be accomplished by using some sort of 3D shape command?&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="http://community.graphisoft.com/t5/image/serverpage/image-id/56598i88A6A34723197584/image-size/large?v=v2&amp;amp;px=999" border="0" alt="picture.png" title="picture.png" /&gt;</description>
      <pubDate>Thu, 08 Jun 2023 06:25:52 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/GDL-the-angle-of-inclination/m-p/382683#M315</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-06-08T06:25:52Z</dc:date>
    </item>
    <item>
      <title>Re: GDL:the angle of inclination</title>
      <link>https://community.graphisoft.com/t5/GDL/GDL-the-angle-of-inclination/m-p/382687#M316</link>
      <description>&lt;P&gt;Using the standard&amp;nbsp;&lt;STRONG&gt;HOTSPOT&lt;/STRONG&gt; command with the flags 4 to 7. If you want your hotspots to move with the vertices, you would just need to incorporate some trigonometry, sin and cosine, into the&amp;nbsp;&lt;EM&gt;x &lt;/EM&gt;&amp;amp;&lt;EM&gt; y&lt;/EM&gt; inputs to bound it to a circle.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or, given your example, in which the object is just bound to the one axis, you can skip this, since you are not bound to a circle, and just define a hotspot for the z-axis. Use cos(pitch) to calculate your top / bottom hotspot difference. If you wish to have move flexibility than that it could get complicated very fast...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ling.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2023 06:58:47 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/GDL-the-angle-of-inclination/m-p/382687#M316</guid>
      <dc:creator>Lingwisyer</dc:creator>
      <dc:date>2023-06-08T06:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: GDL:the angle of inclination</title>
      <link>https://community.graphisoft.com/t5/GDL/GDL-the-angle-of-inclination/m-p/382693#M317</link>
      <description>&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;With the method you described, if I rotate a simple shape like a beam, for example, will the cross sections at both ends be oblique according to the angle of rotation instead of perpendicular?&lt;BR /&gt;I am attaching a diagram.&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="http://community.graphisoft.com/t5/image/serverpage/image-id/56599i6713BB13123EBE15/image-size/large?v=v2&amp;amp;px=999" border="0" alt="test.png" title="test.png" /&gt;</description>
      <pubDate>Thu, 08 Jun 2023 07:12:21 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/GDL-the-angle-of-inclination/m-p/382693#M317</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-06-08T07:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: GDL:the angle of inclination</title>
      <link>https://community.graphisoft.com/t5/GDL/GDL-the-angle-of-inclination/m-p/382700#M318</link>
      <description>&lt;P&gt;To do that I would use the&amp;nbsp;&lt;STRONG&gt;CUTPLANE&lt;/STRONG&gt; commands and extend the profile and arbitary amount in both directions to ensure it is vertical.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="cpp"&gt;!Top
CUTPLANE 1, 0, 1, 1

!Bottom
CUTPLANE 1, 0, 1, 0&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2023 07:33:51 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/GDL-the-angle-of-inclination/m-p/382700#M318</guid>
      <dc:creator>Lingwisyer</dc:creator>
      <dc:date>2023-06-08T07:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: GDL:the angle of inclination</title>
      <link>https://community.graphisoft.com/t5/GDL/GDL-the-angle-of-inclination/m-p/382701#M319</link>
      <description>&lt;P&gt;no,&amp;nbsp; it will just rotate the shape as is.&lt;/P&gt;
&lt;P&gt;One way to achieve this would be to use XFORM&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2023 07:34:08 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/GDL-the-angle-of-inclination/m-p/382701#M319</guid>
      <dc:creator>julienK</dc:creator>
      <dc:date>2023-06-08T07:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: GDL:the angle of inclination</title>
      <link>https://community.graphisoft.com/t5/GDL/GDL-the-angle-of-inclination/m-p/382705#M320</link>
      <description>&lt;P&gt;Isn't XFORM reserved for the Grand Master of the Dark Arts?&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2023 08:08:31 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/GDL-the-angle-of-inclination/m-p/382705#M320</guid>
      <dc:creator>DGSketcher</dc:creator>
      <dc:date>2023-06-08T08:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: GDL:the angle of inclination</title>
      <link>https://community.graphisoft.com/t5/GDL/GDL-the-angle-of-inclination/m-p/382706#M321</link>
      <description>&lt;P&gt;I use TUBE for all my beams.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;@Anonymous&amp;nbsp;You may find Put &amp;amp; Get useful for your beam profiles. See if you can find a copy of GDL Cookbook 3 by David Nicholson-Cole on the 'net. It is old but still relevant for learning GDL.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2023 08:15:13 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/GDL-the-angle-of-inclination/m-p/382706#M321</guid>
      <dc:creator>DGSketcher</dc:creator>
      <dc:date>2023-06-08T08:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: GDL:the angle of inclination</title>
      <link>https://community.graphisoft.com/t5/GDL/GDL-the-angle-of-inclination/m-p/382707#M322</link>
      <description>&lt;P&gt;Just pull up the wikipedia page&amp;nbsp; for transformation matrix , copy/paste, profit.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2023 08:30:55 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/GDL-the-angle-of-inclination/m-p/382707#M322</guid>
      <dc:creator>julienK</dc:creator>
      <dc:date>2023-06-08T08:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: GDL:the angle of inclination</title>
      <link>https://community.graphisoft.com/t5/GDL/GDL-the-angle-of-inclination/m-p/382708#M323</link>
      <description>&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;I have recently started learning the GDL, so I am glad to know about it.&lt;/P&gt;&lt;P&gt;I'll take a look at the book as well.&lt;/P&gt;&lt;P&gt;So, you mean that you use beam profiles with the GDL TUBE command?&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2023 08:51:04 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/GDL-the-angle-of-inclination/m-p/382708#M323</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-06-08T08:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: GDL:the angle of inclination</title>
      <link>https://community.graphisoft.com/t5/GDL/GDL-the-angle-of-inclination/m-p/382714#M324</link>
      <description>&lt;P&gt;It is possible. In my case I am creating my own selectable profiles for specialist objects. If you want to know how to use AC Complex Profiles for your beams then you won't find that in CB3. I don't like AC's Param-O add-on, but what I found useful was placing a complex profile beam in a Param-O object and then looking at the generated GDL code with the GDL manual.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2023 09:43:22 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/GDL-the-angle-of-inclination/m-p/382714#M324</guid>
      <dc:creator>DGSketcher</dc:creator>
      <dc:date>2023-06-08T09:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: GDL:the angle of inclination</title>
      <link>https://community.graphisoft.com/t5/GDL/GDL-the-angle-of-inclination/m-p/382786#M325</link>
      <description>&lt;P&gt;Thank you very much. So, I should first create an object with a beam-like shape in PARAM-O and refer to that script?&lt;/P&gt;&lt;P&gt;Anyway, I'll try PARAM-O.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 01:06:03 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/GDL-the-angle-of-inclination/m-p/382786#M325</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-06-09T01:06:03Z</dc:date>
    </item>
  </channel>
</rss>

