<?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] Can the REVOLVE command change the coordinates of points at the starting and ending sectio in GDL</title>
    <link>https://community.graphisoft.com/t5/GDL/GDL-Can-the-REVOLVE-command-change-the-coordinates-of-points-at/m-p/397667#M5528</link>
    <description>&lt;P&gt;&lt;A href="https://gdl.graphisoft.com/reference-guide/shapes-generated-from-polylines#TUBEA_gdlcommand" target="_blank"&gt;https://gdl.graphisoft.com/reference-guide/shapes-generated-from-polylines#TUBEA_gdlcommand&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Also about tubes with diff. profiles fr . start &amp;amp; end points.&lt;/P&gt;</description>
    <pubDate>Fri, 08 Sep 2023 07:11:11 GMT</pubDate>
    <dc:creator>Toper Barrientos</dc:creator>
    <dc:date>2023-09-08T07:11:11Z</dc:date>
    <item>
      <title>[GDL] Can the REVOLVE command change the coordinates of points at the starting and ending sections?</title>
      <link>https://community.graphisoft.com/t5/GDL/GDL-Can-the-REVOLVE-command-change-the-coordinates-of-points-at/m-p/397588#M5520</link>
      <description>&lt;P&gt;Can the REVOLVE command change the coordinates of points at the starting and ending sections?&lt;/P&gt;
&lt;P&gt;The GDL component in the figure below was generated using the REVOLVE command, and I want to make the elevation of a point in the starting and ending sections different. But I can't do it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="capture_20230907200156203.jpg" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/45488iD7C5614BAF62FD75/image-size/medium?v=v2&amp;amp;px=400" role="button" title="capture_20230907200156203.jpg" alt="capture_20230907200156203.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;ang = 90
R1 = 1.5
tu_H= 0.25

pen  3
material  6

ROTy  90
REVOLVE  6, ang,   16+32 ,
		  0, R1 , 2,
		-1.2, R1 , 2,
		-1.2 , R1+ 0.2   , 2,
		-0.6 , R1+ 0.2+tu_H  , 2,
		 0 , R1+0.2,  2,
		 0, R1 , 2
DEL 1&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2024 11:50:58 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/GDL-Can-the-REVOLVE-command-change-the-coordinates-of-points-at/m-p/397588#M5520</guid>
      <dc:creator>yongler</dc:creator>
      <dc:date>2024-09-26T11:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: [GDL] Can the REVOLVE command change the coordinates of points at the starting and ending sectio</title>
      <link>https://community.graphisoft.com/t5/GDL/GDL-Can-the-REVOLVE-command-change-the-coordinates-of-points-at/m-p/397592#M5522</link>
      <description>&lt;P&gt;No, REVOLVE does not allow for variable, altering curve profiles.&lt;/P&gt;
&lt;P&gt;I also don't know how this geometrically would work. You would need something like Sweep2Rails from Rhino for crazy surfaces like this.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Sep 2023 12:57:03 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/GDL-Can-the-REVOLVE-command-change-the-coordinates-of-points-at/m-p/397592#M5522</guid>
      <dc:creator>runxel</dc:creator>
      <dc:date>2023-09-07T12:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: [GDL] Can the REVOLVE command change the coordinates of points at the starting and ending sectio</title>
      <link>https://community.graphisoft.com/t5/GDL/GDL-Can-the-REVOLVE-command-change-the-coordinates-of-points-at/m-p/397595#M5524</link>
      <description>&lt;P&gt;I imitated Grasshopper and created GDL's surface components, which can parameterize and control shapes. It looks great, written in pure GDL scripts. But I encountered trouble at the arc corner.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;&lt;STRONG&gt;I hope GDL has a command similar to XFORM, where the geometry can be curled along an arc after this command.&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="capture_20230907210307464.jpg" style="width: 999px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/45489iA0E0FBC3B0ACAF19/image-size/large?v=v2&amp;amp;px=999" role="button" title="capture_20230907210307464.jpg" alt="capture_20230907210307464.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Sep 2023 13:24:01 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/GDL-Can-the-REVOLVE-command-change-the-coordinates-of-points-at/m-p/397595#M5524</guid>
      <dc:creator>yongler</dc:creator>
      <dc:date>2023-09-07T13:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: [GDL] Can the REVOLVE command change the coordinates of points at the starting and ending sectio</title>
      <link>https://community.graphisoft.com/t5/GDL/GDL-Can-the-REVOLVE-command-change-the-coordinates-of-points-at/m-p/397597#M5525</link>
      <description>&lt;P&gt;How did you make the&amp;nbsp;&lt;SPAN&gt;GDL's surface components?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Sep 2023 10:54:21 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/GDL-Can-the-REVOLVE-command-change-the-coordinates-of-points-at/m-p/397597#M5525</guid>
      <dc:creator>Funfun Yan</dc:creator>
      <dc:date>2023-09-12T10:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: [GDL] Can the REVOLVE command change the coordinates of points at the starting and ending sectio</title>
      <link>https://community.graphisoft.com/t5/GDL/GDL-Can-the-REVOLVE-command-change-the-coordinates-of-points-at/m-p/397664#M5527</link>
      <description>&lt;P&gt;&lt;A href="https://gdl.graphisoft.com/reference-guide/shapes-generated-from-polylines#SWEEP_gdlcommand" target="_blank"&gt;Shapes Generated from Polylines | GRAPHISOFT GDL Center&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Hi all.&lt;/P&gt;&lt;P&gt;Kindly check/study these GDL commands.&lt;/P&gt;&lt;P&gt;For calculating angular velocity (curving vectors), check the curved rail topic fr the DNC's GDL cookbook 3 or 4.&amp;nbsp; Hope this helps.&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; .&lt;/P&gt;</description>
      <pubDate>Fri, 08 Sep 2023 06:22:46 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/GDL-Can-the-REVOLVE-command-change-the-coordinates-of-points-at/m-p/397664#M5527</guid>
      <dc:creator>Toper Barrientos</dc:creator>
      <dc:date>2023-09-08T06:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: [GDL] Can the REVOLVE command change the coordinates of points at the starting and ending sectio</title>
      <link>https://community.graphisoft.com/t5/GDL/GDL-Can-the-REVOLVE-command-change-the-coordinates-of-points-at/m-p/397667#M5528</link>
      <description>&lt;P&gt;&lt;A href="https://gdl.graphisoft.com/reference-guide/shapes-generated-from-polylines#TUBEA_gdlcommand" target="_blank"&gt;https://gdl.graphisoft.com/reference-guide/shapes-generated-from-polylines#TUBEA_gdlcommand&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Also about tubes with diff. profiles fr . start &amp;amp; end points.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Sep 2023 07:11:11 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/GDL-Can-the-REVOLVE-command-change-the-coordinates-of-points-at/m-p/397667#M5528</guid>
      <dc:creator>Toper Barrientos</dc:creator>
      <dc:date>2023-09-08T07:11:11Z</dc:date>
    </item>
  </channel>
</rss>

