<?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: This is a question about TUBEA. in GDL</title>
    <link>https://community.graphisoft.com/t5/GDL/This-is-a-question-about-TUBEA/m-p/385966#M418</link>
    <description>&lt;DIV&gt;Sweepgroup produces good results.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;LI-CODE lang="markup"&gt;d1=.1
d2=.1

x1=0
y1=0
z1=.5

x2=1
y2=0
z2=.6

x3=1
y3=1
z3=.7

x4=0
y4=1
z4=.8
group "TUBE2"
pen 1
material 1
gosub "TUBE"
endgroup


g_expr="TUBE2"
x=0
y=0
z=-1
edgeColor=1
materialId=1
materialColor=1
method=1

placegroup SWEEPGROUP{3} (g_expr, x, y, z, edgeColor, materialId, materialColor, method)


end

"TUBE":
put     -d1*.5, 0.0,     0, 
0.0,  -d2,     0, 
d1*.5,  0.0,     0, 
-d1*.5, 0.0,     -1

m=nsp/3
put  2*x1-x2, 2*y1-y2, z2, 0,
x1, y1, z1, 0,
x2, y2, z2, 0,
x3, y3, z3, 0,
x4, y4, z4, 0,
2* x4- x3, 2* y4- y3, z3, 0

n=(nsp-3*m)/4
       
TUBE m, n, 1+2+16+32,get(nsp)
return&lt;/LI-CODE&gt;&lt;/DIV&gt;</description>
    <pubDate>Sun, 02 Jul 2023 21:16:58 GMT</pubDate>
    <dc:creator>Pertti Paasky</dc:creator>
    <dc:date>2023-07-02T21:16:58Z</dc:date>
    <item>
      <title>This is a question about TUBEA.</title>
      <link>https://community.graphisoft.com/t5/GDL/This-is-a-question-about-TUBEA/m-p/385855#M416</link>
      <description>&lt;P&gt;It was done with TUBEA.&lt;BR /&gt;As the height changes, the thickness changes.&lt;BR /&gt;I want the thickness to be the same.&lt;BR /&gt;Is it possible?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The thickness went from 150mm to 100mm and back to 150mm.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LeeJaeYoung_1-1688100294665.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/39744iF93BE611FCD9F301/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LeeJaeYoung_1-1688100294665.png" alt="LeeJaeYoung_1-1688100294665.png" /&gt;&lt;/span&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="LeeJaeYoung_0-1688100272210.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/39743iAA250FE64BB06A31/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LeeJaeYoung_0-1688100272210.png" alt="LeeJaeYoung_0-1688100272210.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;&lt;LI-CODE lang="markup"&gt;TUBEA 2, 10, 1 + 2 + 16 + 32,
        0  , HBottom, 0,
        um_ThkWall, HBottom, 0,

Wid  , -100, 0, 

Wid  ,   -0.1, 0, 
Wid  ,    0, 0, 

Wid  ,  um_Length_Start , um_Height_Land,
Wid  ,  um_Length_Start+WidL, um_Height_Land,
-Wid ,  um_Length_Start+WidL, um_Height_Land,
-Wid ,  um_Length_Start , um_Height_Land,

-Wid ,  um_Length_Start-um_Length_End, ZZYZX,
-Wid ,  um_Length_Start-um_Length_End-0.1, ZZYZX,
-Wid ,  um_Length_Start-100, ZZYZX&lt;/LI-CODE&gt;&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 01 Jul 2023 03:51:17 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/This-is-a-question-about-TUBEA/m-p/385855#M416</guid>
      <dc:creator>LeeJaeYoung</dc:creator>
      <dc:date>2023-07-01T03:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: This is a question about TUBEA.</title>
      <link>https://community.graphisoft.com/t5/GDL/This-is-a-question-about-TUBEA/m-p/385963#M417</link>
      <description>&lt;P&gt;Maybe You can use TUBE and cut it with a TubeA by solid element operations.&lt;/P&gt;
&lt;P&gt;Tube keeps it´s profile the same.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The tube path&amp;nbsp; should be flat.&lt;/P&gt;
&lt;P&gt;The TubeA should be thick enough so that the minimum thickness is present everywhere.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The code can be like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Group  "TubeA"

----

endgroup



Group "Tube"

----

endgroup



placegroup isectgroup ("Tube", "TubeA")

killgroup "Tube"

killgroup "TubeA"&lt;/LI-CODE&gt;</description>
      <pubDate>Sun, 02 Jul 2023 21:16:29 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/This-is-a-question-about-TUBEA/m-p/385963#M417</guid>
      <dc:creator>Pertti Paasky</dc:creator>
      <dc:date>2023-07-02T21:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: This is a question about TUBEA.</title>
      <link>https://community.graphisoft.com/t5/GDL/This-is-a-question-about-TUBEA/m-p/385966#M418</link>
      <description>&lt;DIV&gt;Sweepgroup produces good results.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;LI-CODE lang="markup"&gt;d1=.1
d2=.1

x1=0
y1=0
z1=.5

x2=1
y2=0
z2=.6

x3=1
y3=1
z3=.7

x4=0
y4=1
z4=.8
group "TUBE2"
pen 1
material 1
gosub "TUBE"
endgroup


g_expr="TUBE2"
x=0
y=0
z=-1
edgeColor=1
materialId=1
materialColor=1
method=1

placegroup SWEEPGROUP{3} (g_expr, x, y, z, edgeColor, materialId, materialColor, method)


end

"TUBE":
put     -d1*.5, 0.0,     0, 
0.0,  -d2,     0, 
d1*.5,  0.0,     0, 
-d1*.5, 0.0,     -1

m=nsp/3
put  2*x1-x2, 2*y1-y2, z2, 0,
x1, y1, z1, 0,
x2, y2, z2, 0,
x3, y3, z3, 0,
x4, y4, z4, 0,
2* x4- x3, 2* y4- y3, z3, 0

n=(nsp-3*m)/4
       
TUBE m, n, 1+2+16+32,get(nsp)
return&lt;/LI-CODE&gt;&lt;/DIV&gt;</description>
      <pubDate>Sun, 02 Jul 2023 21:16:58 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/This-is-a-question-about-TUBEA/m-p/385966#M418</guid>
      <dc:creator>Pertti Paasky</dc:creator>
      <dc:date>2023-07-02T21:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: This is a question about TUBEA.</title>
      <link>https://community.graphisoft.com/t5/GDL/This-is-a-question-about-TUBEA/m-p/385997#M419</link>
      <description>&lt;P&gt;I learned a new way with your help. thank you ^^&lt;/P&gt;</description>
      <pubDate>Sun, 02 Jul 2023 15:37:08 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/This-is-a-question-about-TUBEA/m-p/385997#M419</guid>
      <dc:creator>LeeJaeYoung</dc:creator>
      <dc:date>2023-07-02T15:37:08Z</dc:date>
    </item>
  </channel>
</rss>

