<?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: Make projected edges visible on floor plan even if they are not visible in 3D in GDL</title>
    <link>https://community.graphisoft.com/t5/GDL/GDL-Make-projected-edges-visible-on-floor-plan-even-if-they-are/m-p/369591#M705</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.graphisoft.com/t5/user/viewprofilepage/user-id/13883"&gt;@Jochen Suehlo&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Why don't you make the edges visible in 2D and unvisible in 3D with a case distinction like:&lt;BR /&gt;IF GLOB_VIEW_TYPE = 3 THEN status = 1 ELSE status = 0&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Because I'm awfully bad at GDL. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot, it solved the problem.&lt;/P&gt;</description>
    <pubDate>Thu, 02 Feb 2023 21:28:46 GMT</pubDate>
    <dc:creator>kovacsv</dc:creator>
    <dc:date>2023-02-02T21:28:46Z</dc:date>
    <item>
      <title>GDL: Make projected edges visible on floor plan even if they are not visible in 3D</title>
      <link>https://community.graphisoft.com/t5/GDL/GDL-Make-projected-edges-visible-on-floor-plan-even-if-they-are/m-p/369574#M703</link>
      <description>&lt;P&gt;So I have a GDL object that builds up from primitives, like this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;VERT 0, 0, 0
VERT 1, 0, 0
VERT 1, 1, 0

PEN 5
MATERIAL 55
EDGE 1, 2, 1, -1, 0
EDGE 2, 3, 1, -1, 0
EDGE 3, 1, 1, -1, 0

PGON 3, 0, 0, 1, 2, 3&lt;/LI-CODE&gt;&lt;P&gt;I'd like to make the 2D script as a projection of 3D with different pen color, like this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;PEN 3
PROJECT2 3, 270, 2 + 32&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;It works like a charm, but when I make the edges invisible in 3D (set status to 1) they are disappearing from the 2D view, too, so my object won't have a 2D view at all.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any way to use PROJECT2 in a way that it shows edges even if they are not visible in 3D?&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2023 18:32:08 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/GDL-Make-projected-edges-visible-on-floor-plan-even-if-they-are/m-p/369574#M703</guid>
      <dc:creator>kovacsv</dc:creator>
      <dc:date>2023-02-02T18:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: GDL: Make projected edges visible on floor plan even if they are not visible in 3D</title>
      <link>https://community.graphisoft.com/t5/GDL/GDL-Make-projected-edges-visible-on-floor-plan-even-if-they-are/m-p/369588#M704</link>
      <description>&lt;P&gt;Why don't you make the edges visible in 2D and unvisible in 3D with a case distinction like:&lt;BR /&gt;IF GLOB_VIEW_TYPE = 3 THEN status = 1 ELSE status = 0&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2023 21:11:59 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/GDL-Make-projected-edges-visible-on-floor-plan-even-if-they-are/m-p/369588#M704</guid>
      <dc:creator>Jochen Suehlo</dc:creator>
      <dc:date>2023-02-02T21:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: GDL: Make projected edges visible on floor plan even if they are not visible in 3D</title>
      <link>https://community.graphisoft.com/t5/GDL/GDL-Make-projected-edges-visible-on-floor-plan-even-if-they-are/m-p/369591#M705</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.graphisoft.com/t5/user/viewprofilepage/user-id/13883"&gt;@Jochen Suehlo&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Why don't you make the edges visible in 2D and unvisible in 3D with a case distinction like:&lt;BR /&gt;IF GLOB_VIEW_TYPE = 3 THEN status = 1 ELSE status = 0&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Because I'm awfully bad at GDL. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot, it solved the problem.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2023 21:28:46 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/GDL-Make-projected-edges-visible-on-floor-plan-even-if-they-are/m-p/369591#M705</guid>
      <dc:creator>kovacsv</dc:creator>
      <dc:date>2023-02-02T21:28:46Z</dc:date>
    </item>
  </channel>
</rss>

