<?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 IF WIDO_ORIG_DIST&amp;lt;&amp;gt;0 THEN in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/IF-WIDO-ORIG-DIST-lt-gt-0-THEN/m-p/55358#M35975</link>
    <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;I am having the precision problems thing in an old window with &lt;BR /&gt;
    IF  WIDO_ORIG_DIST&amp;lt;&amp;gt;0 THEN. &lt;BR /&gt;
&lt;BR /&gt;
Am I right in thinking that&lt;BR /&gt;
    IF WIDO_ORIG_DIST THEN&lt;BR /&gt;
would do it for any positive and negative value? &lt;BR /&gt;
&lt;BR /&gt;
I am trying to figure out why somebody scripted &amp;lt;&amp;gt;0 in the first place.&lt;/T&gt;&lt;/DIV&gt;</description>
    <pubDate>Wed, 24 May 2023 10:09:59 GMT</pubDate>
    <dc:creator>Ignacio Azpiazu</dc:creator>
    <dc:date>2023-05-24T10:09:59Z</dc:date>
    <item>
      <title>IF WIDO_ORIG_DIST&lt;&gt;0 THEN</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/IF-WIDO-ORIG-DIST-lt-gt-0-THEN/m-p/55358#M35975</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;I am having the precision problems thing in an old window with &lt;BR /&gt;
    IF  WIDO_ORIG_DIST&amp;lt;&amp;gt;0 THEN. &lt;BR /&gt;
&lt;BR /&gt;
Am I right in thinking that&lt;BR /&gt;
    IF WIDO_ORIG_DIST THEN&lt;BR /&gt;
would do it for any positive and negative value? &lt;BR /&gt;
&lt;BR /&gt;
I am trying to figure out why somebody scripted &amp;lt;&amp;gt;0 in the first place.&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 24 May 2023 10:09:59 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/IF-WIDO-ORIG-DIST-lt-gt-0-THEN/m-p/55358#M35975</guid>
      <dc:creator>Ignacio Azpiazu</dc:creator>
      <dc:date>2023-05-24T10:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: IF WIDO_ORIG_DIST&lt;&gt;0 THEN</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/IF-WIDO-ORIG-DIST-lt-gt-0-THEN/m-p/55359#M35976</link>
      <description>Ignacio,&lt;BR /&gt;
I just looked up the definition of "WIDO_ORIG_DIST"&lt;BR /&gt;
and it says, "distance of the local origin from the centerpoint&lt;BR /&gt;
of the curved wall, 0 for straight walls"&lt;BR /&gt;
It would seem that  "IF WIDO_ORIG_DIST&amp;lt;&amp;gt;0 THEN"&lt;BR /&gt;
is meant to apply to windows in a curved walls exclusively.&lt;BR /&gt;
Peter Devlin</description>
      <pubDate>Fri, 30 Sep 2005 18:44:10 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/IF-WIDO-ORIG-DIST-lt-gt-0-THEN/m-p/55359#M35976</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-09-30T18:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: IF WIDO_ORIG_DIST&lt;&gt;0 THEN</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/IF-WIDO-ORIG-DIST-lt-gt-0-THEN/m-p/55360#M35977</link>
      <description>Agh I may have mixed it up so badly that the question itself was unintelligible. I was hoping that &lt;BR /&gt;
   IF WIDO_ORIG_DIST THEN &lt;BR /&gt;
would give FALSE for 0 and TRUE for any other value.</description>
      <pubDate>Fri, 30 Sep 2005 19:09:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/IF-WIDO-ORIG-DIST-lt-gt-0-THEN/m-p/55360#M35977</guid>
      <dc:creator>Ignacio Azpiazu</dc:creator>
      <dc:date>2005-09-30T19:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: IF WIDO_ORIG_DIST&lt;&gt;0 THEN</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/IF-WIDO-ORIG-DIST-lt-gt-0-THEN/m-p/55361#M35978</link>
      <description>&lt;BLOCKQUOTE&gt;I was hoping ....&lt;/BLOCKQUOTE&gt;

In AC 9 :&lt;BR /&gt;
EPS = .0001&lt;BR /&gt;
IF ABS (WIDO_ORIG_DIST) &amp;gt; EPS THEN &lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
In AC 8.1 and previous version:&lt;BR /&gt;
&lt;BR /&gt;
IF WIDO_ORIG_DIST &amp;lt;&amp;gt; 0 THEN &lt;BR /&gt;
&lt;BR /&gt;
OR AC9 code&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
CU mirco&lt;BR /&gt;
&lt;A href="http://www.3dsmile.it" target="_blank"&gt;www.3dsmile.it&lt;/A&gt;</description>
      <pubDate>Mon, 03 Oct 2005 17:18:36 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/IF-WIDO-ORIG-DIST-lt-gt-0-THEN/m-p/55361#M35978</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-10-03T17:18:36Z</dc:date>
    </item>
  </channel>
</rss>

