<?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 Betreff: Can I hide the outline of a Cylinder / Elbow? in GDL</title>
    <link>https://community.graphisoft.com/t5/GDL/Can-I-hide-the-outline-of-a-Cylinder-Elbow/m-p/660585#M7631</link>
    <description>&lt;P&gt;No, I think this is not possible. You can use the TUBE command instead, there are no connection lines.&lt;/P&gt;</description>
    <pubDate>Fri, 25 Apr 2025 08:26:49 GMT</pubDate>
    <dc:creator>Jochen Suehlo</dc:creator>
    <dc:date>2025-04-25T08:26:49Z</dc:date>
    <item>
      <title>Can I hide the outline of a Cylinder / Elbow?</title>
      <link>https://community.graphisoft.com/t5/GDL/Can-I-hide-the-outline-of-a-Cylinder-Elbow/m-p/660520#M7629</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've created a grab rail using a series of cylinders and elbows. I'd really like to hide the outlines where the cylinders and elbows join. Is this possible?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Many thanks&lt;/P&gt;</description>
      <pubDate>Thu, 24 Apr 2025 14:24:47 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Can-I-hide-the-outline-of-a-Cylinder-Elbow/m-p/660520#M7629</guid>
      <dc:creator>JGoode</dc:creator>
      <dc:date>2025-04-24T14:24:47Z</dc:date>
    </item>
    <item>
      <title>Betreff: Can I hide the outline of a Cylinder / Elbow?</title>
      <link>https://community.graphisoft.com/t5/GDL/Can-I-hide-the-outline-of-a-Cylinder-Elbow/m-p/660585#M7631</link>
      <description>&lt;P&gt;No, I think this is not possible. You can use the TUBE command instead, there are no connection lines.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2025 08:26:49 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Can-I-hide-the-outline-of-a-Cylinder-Elbow/m-p/660585#M7631</guid>
      <dc:creator>Jochen Suehlo</dc:creator>
      <dc:date>2025-04-25T08:26:49Z</dc:date>
    </item>
    <item>
      <title>Betreff: Can I hide the outline of a Cylinder / Elbow?</title>
      <link>https://community.graphisoft.com/t5/GDL/Can-I-hide-the-outline-of-a-Cylinder-Elbow/m-p/660691#M7633</link>
      <description>&lt;DIV&gt;&lt;SPAN&gt;You can use solid elements operations to hide junctions.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;LI-CODE lang="markup"&gt;dim groups[] !create groupnames
for i= 1 to 5
groups[i]="cylind"+str("%.0m",i)
group groups[i]
addz (i-1)*5
cylind 5,1
del 1
endgroup
next i

result_cylinds=groups[1]  !first group
for i=2 to vardim1(groups)
result_cylinds=addgroup(result_cylinds,groups[i])
next i
placegroup result_cylinds

killgroup result_cylinds
for i=1 to vardim1(groups)
killgroup  groups[i]
next i&lt;/LI-CODE&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Sat, 26 Apr 2025 19:17:33 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Can-I-hide-the-outline-of-a-Cylinder-Elbow/m-p/660691#M7633</guid>
      <dc:creator>Pertti Paasky</dc:creator>
      <dc:date>2025-04-26T19:17:33Z</dc:date>
    </item>
  </channel>
</rss>

