<?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 Planar Shapes in 3D: i.e. Arc without fill in GDL</title>
    <link>https://community.graphisoft.com/t5/GDL/Planar-Shapes-in-3D-i-e-Arc-without-fill/m-p/583215#M6146</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like to generate simple 3D lines using the Planar Shapes, but oddly they always seem to come prefilled.&amp;nbsp;I have attached a screen shot to show how it automatically fills the shapes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is a sample 3D Script:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;ARC 0.02, 90, 0
ADD 0.05, 0, 0
CIRCLE 0.02
ADD 0.03, 0, 0
RECT 0.02, 0.02&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there a way to have them not filled, just a simple ARC line?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Many thanks, Matt&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="Planar Shapes in 3D.PNG" style="width: 999px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/51873iBAE0CEB096FF768B/image-size/large?v=v2&amp;amp;px=999" role="button" title="Planar Shapes in 3D.PNG" alt="Planar Shapes in 3D.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;</description>
    <pubDate>Thu, 26 Sep 2024 11:30:19 GMT</pubDate>
    <dc:creator>GDL Enthusiast</dc:creator>
    <dc:date>2024-09-26T11:30:19Z</dc:date>
    <item>
      <title>Planar Shapes in 3D: i.e. Arc without fill</title>
      <link>https://community.graphisoft.com/t5/GDL/Planar-Shapes-in-3D-i-e-Arc-without-fill/m-p/583215#M6146</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like to generate simple 3D lines using the Planar Shapes, but oddly they always seem to come prefilled.&amp;nbsp;I have attached a screen shot to show how it automatically fills the shapes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is a sample 3D Script:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;ARC 0.02, 90, 0
ADD 0.05, 0, 0
CIRCLE 0.02
ADD 0.03, 0, 0
RECT 0.02, 0.02&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there a way to have them not filled, just a simple ARC line?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Many thanks, Matt&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="Planar Shapes in 3D.PNG" style="width: 999px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/51873iBAE0CEB096FF768B/image-size/large?v=v2&amp;amp;px=999" role="button" title="Planar Shapes in 3D.PNG" alt="Planar Shapes in 3D.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2024 11:30:19 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Planar-Shapes-in-3D-i-e-Arc-without-fill/m-p/583215#M6146</guid>
      <dc:creator>GDL Enthusiast</dc:creator>
      <dc:date>2024-09-26T11:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: Planar Shapes in 3D: i.e. Arc without fill</title>
      <link>https://community.graphisoft.com/t5/GDL/Planar-Shapes-in-3D-i-e-Arc-without-fill/m-p/583218#M6147</link>
      <description>&lt;P&gt;Use "model wire" beforehand.&lt;/P&gt;
&lt;P&gt;It's a bit counterintuitive, but these commands have no flag for surface generation, so that's the way!&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jan 2024 22:48:58 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Planar-Shapes-in-3D-i-e-Arc-without-fill/m-p/583218#M6147</guid>
      <dc:creator>runxel</dc:creator>
      <dc:date>2024-01-08T22:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: Planar Shapes in 3D: i.e. Arc without fill</title>
      <link>https://community.graphisoft.com/t5/GDL/Planar-Shapes-in-3D-i-e-Arc-without-fill/m-p/583224#M6148</link>
      <description>&lt;P&gt;Thank you Runxel!!! I had been searching for a solution for many hours now and you solved it in a second, amazing! Best regards, Matt&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2024 00:18:23 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Planar-Shapes-in-3D-i-e-Arc-without-fill/m-p/583224#M6148</guid>
      <dc:creator>GDL Enthusiast</dc:creator>
      <dc:date>2024-01-09T00:18:23Z</dc:date>
    </item>
  </channel>
</rss>

