<?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: Multiply by Boolean? Interpreting Equation in Equation? in GDL</title>
    <link>https://community.graphisoft.com/t5/GDL/Multiply-by-Boolean-Interpreting-Equation-in-Equation/m-p/275016#M4791</link>
    <description>Ah. Thanks Kristian.&lt;BR /&gt;
&lt;BR /&gt;
So in this case, since changing the requisite to false solves the two false cases and doubles the true case, the equation should be a subtraction of &lt;B&gt;&lt;I&gt;&lt;/I&gt;&lt;/B&gt;&lt;S&gt;&lt;B&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/B&gt;&lt;/S&gt;frameWidth&lt;E&gt;&lt;/E&gt;  instead of addition. Simple fix, now just to wait for a licence to become available to use...&lt;BR /&gt;
&lt;BR /&gt;
@Barry, Wardrobe Modular&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Ling.</description>
    <pubDate>Fri, 28 Aug 2020 06:11:34 GMT</pubDate>
    <dc:creator>Lingwisyer</dc:creator>
    <dc:date>2020-08-28T06:11:34Z</dc:date>
    <item>
      <title>Multiply by Boolean? Interpreting Equation in Equation?</title>
      <link>https://community.graphisoft.com/t5/GDL/Multiply-by-Boolean-Interpreting-Equation-in-Equation/m-p/275013#M4788</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;_doorHeight = _panelHeight + frameWidth*&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;(iFrameType = FRAME_WIRE)&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This line is from one of the broken GS AC23 objects. Anyone know how the highlighted section works? Changing the &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;Equal to a &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;Not Equal fixes two of the options, but doubles the issue in the third.&lt;BR /&gt;&lt;BR /&gt;When GS rewrites an object, not adding anything, as far as I can tell, and breaks part of it...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Ling.&lt;/DIV&gt;</description>
      <pubDate>Mon, 26 Sep 2022 20:46:15 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Multiply-by-Boolean-Interpreting-Equation-in-Equation/m-p/275013#M4788</guid>
      <dc:creator>Lingwisyer</dc:creator>
      <dc:date>2022-09-26T20:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: Multiply by Boolean? Interpreting Equation in Equation?</title>
      <link>https://community.graphisoft.com/t5/GDL/Multiply-by-Boolean-Interpreting-Equation-in-Equation/m-p/275014#M4789</link>
      <description>What object are you looking at?&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
      <pubDate>Fri, 28 Aug 2020 03:17:15 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Multiply-by-Boolean-Interpreting-Equation-in-Equation/m-p/275014#M4789</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2020-08-28T03:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: Multiply by Boolean? Interpreting Equation in Equation?</title>
      <link>https://community.graphisoft.com/t5/GDL/Multiply-by-Boolean-Interpreting-Equation-in-Equation/m-p/275015#M4790</link>
      <description>the highlighted section is returning a true or false value (1 or 0).&lt;BR /&gt;
therefore the frame width    is only added to the door height      if the frame type      is wire&lt;BR /&gt;
therefore the "frameWidth" is only added to the "_doorHeight" if the "iFrameType" is "FRAME_WIRE"</description>
      <pubDate>Fri, 28 Aug 2020 05:24:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Multiply-by-Boolean-Interpreting-Equation-in-Equation/m-p/275015#M4790</guid>
      <dc:creator>Kristian Bursell</dc:creator>
      <dc:date>2020-08-28T05:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: Multiply by Boolean? Interpreting Equation in Equation?</title>
      <link>https://community.graphisoft.com/t5/GDL/Multiply-by-Boolean-Interpreting-Equation-in-Equation/m-p/275016#M4791</link>
      <description>Ah. Thanks Kristian.&lt;BR /&gt;
&lt;BR /&gt;
So in this case, since changing the requisite to false solves the two false cases and doubles the true case, the equation should be a subtraction of &lt;B&gt;&lt;I&gt;&lt;/I&gt;&lt;/B&gt;&lt;S&gt;&lt;B&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/B&gt;&lt;/S&gt;frameWidth&lt;E&gt;&lt;/E&gt;  instead of addition. Simple fix, now just to wait for a licence to become available to use...&lt;BR /&gt;
&lt;BR /&gt;
@Barry, Wardrobe Modular&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Ling.</description>
      <pubDate>Fri, 28 Aug 2020 06:11:34 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Multiply-by-Boolean-Interpreting-Equation-in-Equation/m-p/275016#M4791</guid>
      <dc:creator>Lingwisyer</dc:creator>
      <dc:date>2020-08-28T06:11:34Z</dc:date>
    </item>
  </channel>
</rss>

