<?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: Ruledshell &amp;amp; Generatrices in GDL</title>
    <link>https://community.graphisoft.com/t5/GDL/GDL-Ruledshell-amp-Generatrices/m-p/668394#M7822</link>
    <description>&lt;P&gt;Ah, you rotated the circle 90 degrees. That does work a lot better, but it would appear that my actual issue that the two faces of my shell do not like being so close to each other, so I either get the "thickness" intruding into the hole in the middle, or it spreading out beyond the edges...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I might try using a zero thickness shells to do two SEOs on a poly.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 03 Jul 2025 02:49:31 GMT</pubDate>
    <dc:creator>Lingwisyer</dc:creator>
    <dc:date>2025-07-03T02:49:31Z</dc:date>
    <item>
      <title>GDL: Ruledshell &amp; Generatrices</title>
      <link>https://community.graphisoft.com/t5/GDL/GDL-Ruledshell-amp-Generatrices/m-p/668029#M7817</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a ruled shell where one end is a pill shape and the other is two 180 degree arcs to form a circle with a mid point. From my understanding, you use the generatrice to inform which node connects to which. So for my case I am wanting the first and final nodes of the pill to connect to the start of the circle, line start (1) and line end (4) to arc start (1), and the second and third node connect to the mid point, line end (2) and arc end (3) to arc end (3?). The result I am getting is that everything seems to connect to the starting node of my circle...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;	RULEDSHELL mat_Int,	mat_Int,									!Base
		mat_Int,	mat_Int,	mat_Int,	mat_Int,	mat_Int,
		5,	5,		4,
		0,	tShell,	1,	0,
		! transformation matrix
		1,	0,	0,	0,
		0,	1,	0,	0,
		0,	0,	1,	0,
		! Bottom Profile
		xWaste - rWaste,	yWaste,	1,
		xWaste,				yWaste,	900,
		0,					180,	1+4000,
		xWaste,				yWaste,	900,
		0,					180,	1+4000,
		! Top Profile
		-A3/2 + B/2 + xInt,		B3/2 + yInt,	2,
		A3/2 - B/2 + xInt,		B3/2 + yInt,	2,
		B3/2,					-180,			2+2000,
		-A3/2 + B/2 + xInt,		-B3/2 + yInt,	2,
		B3/2,					-180,			2+2000,
		! transformation matrix
		1,	0,	0,	0,
		0,	1,	0,	0,
		0,	0,	1,	0.015,
		! generatrices
		1,	1,
		3,	2,
		3,	3,
		1,	4&lt;/LI-CODE&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="Lingwisyer_0-1751336192922.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/88795iC7A662DEAECE2CB0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Lingwisyer_0-1751336192922.png" alt="Lingwisyer_0-1751336192922.png" /&gt;&lt;/span&gt;&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>Tue, 01 Jul 2025 02:28:16 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/GDL-Ruledshell-amp-Generatrices/m-p/668029#M7817</guid>
      <dc:creator>Lingwisyer</dc:creator>
      <dc:date>2025-07-01T02:28:16Z</dc:date>
    </item>
    <item>
      <title>Betreff: GDL: Ruledshell &amp; Generatrices</title>
      <link>https://community.graphisoft.com/t5/GDL/GDL-Ruledshell-amp-Generatrices/m-p/668070#M7818</link>
      <description>&lt;P&gt;Ling, that is my understanding of the generatrix as well.&lt;/P&gt;
&lt;P&gt;Are you able to give an example with is fully parametrized already so we do not have to guesstimate the correct values for your variables?&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jul 2025 09:49:55 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/GDL-Ruledshell-amp-Generatrices/m-p/668070#M7818</guid>
      <dc:creator>runxel</dc:creator>
      <dc:date>2025-07-01T09:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: GDL: Ruledshell &amp; Generatrices</title>
      <link>https://community.graphisoft.com/t5/GDL/GDL-Ruledshell-amp-Generatrices/m-p/668197#M7819</link>
      <description>&lt;P&gt;Here is a copy of the shell without the offsets.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jul 2025 01:11:59 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/GDL-Ruledshell-amp-Generatrices/m-p/668197#M7819</guid>
      <dc:creator>Lingwisyer</dc:creator>
      <dc:date>2025-07-02T01:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: GDL: Ruledshell &amp; Generatrices</title>
      <link>https://community.graphisoft.com/t5/GDL/GDL-Ruledshell-amp-Generatrices/m-p/668325#M7821</link>
      <description>&lt;P&gt;Try this, this works for me.&lt;/P&gt;
&lt;P&gt;Just make sure that both polylines go into the same direction and CCW.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;RULEDSHELL mat_Int, mat_Int, mat_Int, mat_Int, mat_Int, mat_Int, mat_Int,
		5,	5,		4,
		0,	tShell,	0,	0,
		!// transformation matrix
		1,	0,	0,	0,
		0,	1,	0,	0,
		0,	0,	1,	0,
		!// Bottom Profile
		0,	rWaste,	1, 				!#1
		0,	0,		900,			!#2
		0,	180,	1+4000, 		!#3
		0,	0,		900,			!#4
		0,	180,	1+4000,			!#5
		!// Top Profile
		A/2,	B/2,	2,			!#1
		-A/2,	B/2,	2,			!#2
		B/2,	180,	2+2000,		!#3
		A/2,	-B/2,	2,			!#4
		B/2,	180,	2+2000,		!#5
		!// transformation matrix
		1,	0,	0,	0,
		0,	1,	0,	0,
		0,	0,	1,	0.5,
		!// generatrices
		1,	1,
		1,	2,
		3,	3,
		3,	4&lt;/LI-CODE&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="runxel_0-1751460613590.png" style="width: 502px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/88926i5E48C71383821DC2/image-dimensions/502x319?v=v2" width="502" height="319" role="button" title="runxel_0-1751460613590.png" alt="runxel_0-1751460613590.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jul 2025 17:17:35 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/GDL-Ruledshell-amp-Generatrices/m-p/668325#M7821</guid>
      <dc:creator>runxel</dc:creator>
      <dc:date>2025-07-02T17:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: GDL: Ruledshell &amp; Generatrices</title>
      <link>https://community.graphisoft.com/t5/GDL/GDL-Ruledshell-amp-Generatrices/m-p/668394#M7822</link>
      <description>&lt;P&gt;Ah, you rotated the circle 90 degrees. That does work a lot better, but it would appear that my actual issue that the two faces of my shell do not like being so close to each other, so I either get the "thickness" intruding into the hole in the middle, or it spreading out beyond the edges...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I might try using a zero thickness shells to do two SEOs on a poly.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jul 2025 02:49:31 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/GDL-Ruledshell-amp-Generatrices/m-p/668394#M7822</guid>
      <dc:creator>Lingwisyer</dc:creator>
      <dc:date>2025-07-03T02:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: GDL: Ruledshell &amp; Generatrices</title>
      <link>https://community.graphisoft.com/t5/GDL/GDL-Ruledshell-amp-Generatrices/m-p/669240#M7830</link>
      <description>&lt;P&gt;I forgot there is no SEO with upward / downward in GDL... and you cannot &lt;STRONG&gt;SWEEPGROUP&lt;/STRONG&gt;&amp;nbsp;a non-solid...&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jul 2025 06:46:17 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/GDL-Ruledshell-amp-Generatrices/m-p/669240#M7830</guid>
      <dc:creator>Lingwisyer</dc:creator>
      <dc:date>2025-07-10T06:46:17Z</dc:date>
    </item>
  </channel>
</rss>

