<?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 - How to change between multiple visualizations in GDL</title>
    <link>https://community.graphisoft.com/t5/GDL/GDL-How-to-change-between-multiple-visualizations/m-p/673450#M7907</link>
    <description>&lt;P&gt;I would just model your multiple faceplates, save them as GDL objects, then open and merge them all into a single object using the IF then ELSE endIF I mentioned before.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;IF x = "Single" then
[single geometry]
ELSE
IF x = "Double" then
[double geometry]
ELSE
[triple geometry]
endIF
endIF&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ling.&lt;/P&gt;</description>
    <pubDate>Fri, 15 Aug 2025 01:13:01 GMT</pubDate>
    <dc:creator>Lingwisyer</dc:creator>
    <dc:date>2025-08-15T01:13:01Z</dc:date>
    <item>
      <title>GDL - How to change between multiple visualizations</title>
      <link>https://community.graphisoft.com/t5/GDL/GDL-How-to-change-between-multiple-visualizations/m-p/672586#M7887</link>
      <description>&lt;P&gt;I have three objects that I'd like to merge into one, but with different options for visualization, e.g. the eletric one, that you choose in the object definition and then both the 2d and 3d adjust. I can't find any direct tutorial for this, and I am a beginner at GDL. Can someone help?&lt;/P&gt;</description>
      <pubDate>Fri, 08 Aug 2025 00:08:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/GDL-How-to-change-between-multiple-visualizations/m-p/672586#M7887</guid>
      <dc:creator>BiaM</dc:creator>
      <dc:date>2025-08-08T00:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: GDL - How to change between multiple visualizations</title>
      <link>https://community.graphisoft.com/t5/GDL/GDL-How-to-change-between-multiple-visualizations/m-p/672591#M7890</link>
      <description>&lt;P&gt;There are few options but it sounds like macro option will help you merge or control different options!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://gdl.graphisoft.com/gdl-basics/subroutines-macros/" target="_blank"&gt;https://gdl.graphisoft.com/gdl-basics/subroutines-macros/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Aug 2025 00:59:56 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/GDL-How-to-change-between-multiple-visualizations/m-p/672591#M7890</guid>
      <dc:creator>Kevin Lee</dc:creator>
      <dc:date>2025-08-08T00:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: GDL - How to change between multiple visualizations</title>
      <link>https://community.graphisoft.com/t5/GDL/GDL-How-to-change-between-multiple-visualizations/m-p/672592#M7891</link>
      <description>&lt;LI-CODE lang="markup"&gt;IF x then
draw y
ELSE
draw z
endIF&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Where x is some parameter you can set. It is not very clear what you are trying to do. Adjust as in what? What are these different options? Are the three objects the same thing?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ling.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Aug 2025 01:02:28 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/GDL-How-to-change-between-multiple-visualizations/m-p/672592#M7891</guid>
      <dc:creator>Lingwisyer</dc:creator>
      <dc:date>2025-08-08T01:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: GDL - How to change between multiple visualizations</title>
      <link>https://community.graphisoft.com/t5/GDL/GDL-How-to-change-between-multiple-visualizations/m-p/673426#M7906</link>
      <description>&lt;P&gt;To give an example, it's like having the objetct "outlet" with variants, like type A, B or C. They are very similar, but with minor modifications in the 3d. I could make all three objects in PARAM-O, but I prefer to let them all in just one object in the library but with a selectable option. I really liked Param-o but GDL is very confusing to me, since there is so few more direct tutorials, so it feels like having to learn the whole dictionary to figure out how to spell a single word.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Aug 2025 20:35:37 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/GDL-How-to-change-between-multiple-visualizations/m-p/673426#M7906</guid>
      <dc:creator>BiaM</dc:creator>
      <dc:date>2025-08-14T20:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: GDL - How to change between multiple visualizations</title>
      <link>https://community.graphisoft.com/t5/GDL/GDL-How-to-change-between-multiple-visualizations/m-p/673450#M7907</link>
      <description>&lt;P&gt;I would just model your multiple faceplates, save them as GDL objects, then open and merge them all into a single object using the IF then ELSE endIF I mentioned before.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;IF x = "Single" then
[single geometry]
ELSE
IF x = "Double" then
[double geometry]
ELSE
[triple geometry]
endIF
endIF&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ling.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Aug 2025 01:13:01 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/GDL-How-to-change-between-multiple-visualizations/m-p/673450#M7907</guid>
      <dc:creator>Lingwisyer</dc:creator>
      <dc:date>2025-08-15T01:13:01Z</dc:date>
    </item>
  </channel>
</rss>

