<?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 Curtain Wall Custom Panel - 2D Symbol in GDL</title>
    <link>https://community.graphisoft.com/t5/GDL/Curtain-Wall-Custom-Panel-2D-Symbol/m-p/590331#M6397</link>
    <description>&lt;P&gt;Is it possible to create a symbolic plan view for a curtain wall custom panel?&lt;/P&gt;
&lt;P&gt;I can code GDL, but I find that the 2D script isn't affecting the symbolic panel view.&lt;/P&gt;
&lt;P&gt;I am trying to create a very specific window, so the plan representation is kind of important.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;Sebastian&lt;/P&gt;</description>
    <pubDate>Tue, 24 Sep 2024 08:10:19 GMT</pubDate>
    <dc:creator>s_p_b</dc:creator>
    <dc:date>2024-09-24T08:10:19Z</dc:date>
    <item>
      <title>Curtain Wall Custom Panel - 2D Symbol</title>
      <link>https://community.graphisoft.com/t5/GDL/Curtain-Wall-Custom-Panel-2D-Symbol/m-p/590331#M6397</link>
      <description>&lt;P&gt;Is it possible to create a symbolic plan view for a curtain wall custom panel?&lt;/P&gt;
&lt;P&gt;I can code GDL, but I find that the 2D script isn't affecting the symbolic panel view.&lt;/P&gt;
&lt;P&gt;I am trying to create a very specific window, so the plan representation is kind of important.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;Sebastian&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2024 08:10:19 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Curtain-Wall-Custom-Panel-2D-Symbol/m-p/590331#M6397</guid>
      <dc:creator>s_p_b</dc:creator>
      <dc:date>2024-09-24T08:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: Curtain Wall Custom Panel - 2D Symbol</title>
      <link>https://community.graphisoft.com/t5/GDL/Curtain-Wall-Custom-Panel-2D-Symbol/m-p/629743#M6967</link>
      <description>&lt;P&gt;Hi Sebastian.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I "saveas" a CW panel (by GS) and add my 2d scripts there, esp. since my CW panel requires a symbolic presentation for insulation.&lt;/P&gt;
&lt;P&gt;Now, adding parameters field for for user editing should be scripted in its UI script.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just a technique to save time. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&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="ToperBarrientos_0-1725429302784.png" style="width: 800px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/75970i3E454AAB63231602/image-dimensions/800x520?v=v2" width="800" height="520" role="button" title="ToperBarrientos_0-1725429302784.png" alt="ToperBarrientos_0-1725429302784.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Sep 2024 11:58:48 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Curtain-Wall-Custom-Panel-2D-Symbol/m-p/629743#M6967</guid>
      <dc:creator>Toper Barrientos</dc:creator>
      <dc:date>2024-09-05T11:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: Curtain Wall Custom Panel - 2D Symbol</title>
      <link>https://community.graphisoft.com/t5/GDL/Curtain-Wall-Custom-Panel-2D-Symbol/m-p/686353#M8160</link>
      <description>&lt;P&gt;Hi, very late to this topic but i currently have a project where i need to change the 2d appearance of some custom panels (fill color or fill pattern for exemple), i tried multiple options saving as curtain wall panel and adding them with personnalized panel in curtain wall, also modifying the basic curtain wall panel gdl code to have another panel option but none of them take into account my 2d script furthermore they totaly ignore my interface script also...&lt;/P&gt;&lt;P&gt;Would you have a quick exemple of some gdl you did that works ?&lt;/P&gt;&lt;P&gt;Thanks a lot !&lt;/P&gt;</description>
      <pubDate>Tue, 09 Dec 2025 07:10:21 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Curtain-Wall-Custom-Panel-2D-Symbol/m-p/686353#M8160</guid>
      <dc:creator>lancry_loris</dc:creator>
      <dc:date>2025-12-09T07:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: Curtain Wall Custom Panel - 2D Symbol</title>
      <link>https://community.graphisoft.com/t5/GDL/Curtain-Wall-Custom-Panel-2D-Symbol/m-p/686357#M8161</link>
      <description>&lt;P&gt;I would guess that the &lt;EM&gt;2D Script &lt;/EM&gt;is being ignored since&amp;nbsp;Curtain walls do not have a&amp;nbsp;&lt;EM&gt;Symbolic&amp;nbsp;&lt;/EM&gt;representation, only&amp;nbsp;&lt;EM&gt;Projected&lt;/EM&gt;, which is drawn from the 3D. Try a&amp;nbsp;&lt;STRONG&gt;GLOB_VIEW_TYPE = 2&lt;/STRONG&gt; to draw your plan view in 3D when on the&amp;nbsp;floorplan. Not sure how it would work in this situation, but it works in terms of&amp;nbsp;&lt;STRONG&gt;PROJECT2&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ling.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Dec 2025 07:44:25 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Curtain-Wall-Custom-Panel-2D-Symbol/m-p/686357#M8161</guid>
      <dc:creator>Lingwisyer</dc:creator>
      <dc:date>2025-12-09T07:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: Curtain Wall Custom Panel - 2D Symbol</title>
      <link>https://community.graphisoft.com/t5/GDL/Curtain-Wall-Custom-Panel-2D-Symbol/m-p/686374#M8162</link>
      <description>&lt;P&gt;Hi Ioris.&lt;/P&gt;&lt;P&gt;Not sure what's your 2d goal, nonetheless i copied here my edited GS panel set in LCF.&lt;/P&gt;&lt;P&gt;E.g, my goal is to an insulated panel symbol (something that mimics a demountable panel)-- Kindly check the 2d script.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers !&lt;/P&gt;</description>
      <pubDate>Tue, 09 Dec 2025 08:29:14 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Curtain-Wall-Custom-Panel-2D-Symbol/m-p/686374#M8162</guid>
      <dc:creator>Toper Barrientos</dc:creator>
      <dc:date>2025-12-09T08:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: Curtain Wall Custom Panel - 2D Symbol</title>
      <link>https://community.graphisoft.com/t5/GDL/Curtain-Wall-Custom-Panel-2D-Symbol/m-p/686797#M8174</link>
      <description>&lt;P&gt;Hi Toper,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks a lot, my goal is only to adjust the color of the custom panel fill in 2d to have a different color from the main panels !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll check what you uploaded, thank you very much !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Dec 2025 14:45:41 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Curtain-Wall-Custom-Panel-2D-Symbol/m-p/686797#M8174</guid>
      <dc:creator>lancry_loris</dc:creator>
      <dc:date>2025-12-12T14:45:41Z</dc:date>
    </item>
  </channel>
</rss>

