<?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: Formula with YES/NO with if in Revit Architecture Forum</title>
    <link>https://forums.autodesk.com/t5/revit-architecture-forum/formula-with-yes-no-with-if/m-p/7588558#M253179</link>
    <description>&lt;P&gt;For example, if you want to control the&amp;nbsp;visibility&amp;nbsp;of two objects, create three yes/no parameters (for example, one is called "a" ,the other one "b" and the third one "Tibi"). Select objects and look at their properties, next to the param called "visibility", there is a button. Click it and assign yes/no parameters that you created. First object is constrained with param called "a" and the second one with "b".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now, open family parameters dialog. For param called "a", asign this formula&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tibi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For param called "b", assign this formula&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;not(Tibi)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So whenever user clicks "Tibi", he will turn one object on and the other one off.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm really guessing here what you want, you need to explain a bit more....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 01 Dec 2017 10:55:23 GMT</pubDate>
    <dc:creator>Ilic.Andrej</dc:creator>
    <dc:date>2017-12-01T10:55:23Z</dc:date>
    <item>
      <title>Formula with YES/NO with if</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/formula-with-yes-no-with-if/m-p/7588477#M253174</link>
      <description>&lt;P&gt;I would like to know how I made my object. I've made 2 part "Graphics" "Visible" that i would like to trigger some how.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to manage an IF statement like this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;IF Tibi 600 then&lt;/P&gt;&lt;P&gt;Part 600&lt;/P&gt;&lt;P&gt;else&lt;/P&gt;&lt;P&gt;Part 400&lt;/P&gt;&lt;P&gt;ENDIF&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;HOW do I made that in Revit?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And then put into my .txt files Tibi 600##OTHER## 0,1,0,0,1 and sooo on.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Very simple questions but I really do not understand this in Revit.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2017 10:17:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/formula-with-yes-no-with-if/m-p/7588477#M253174</guid>
      <dc:creator>DanielLemen</dc:creator>
      <dc:date>2017-12-01T10:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: Formula with YES/NO with if</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/formula-with-yes-no-with-if/m-p/7588487#M253175</link>
      <description>&lt;P&gt;if statement is like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if(condition,result if true,result if false)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In your case:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The parameter called Part is defined by formula&amp;nbsp; &amp;nbsp;if(Tibi=600,600,400)&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2017 10:21:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/formula-with-yes-no-with-if/m-p/7588487#M253175</guid>
      <dc:creator>Ilic.Andrej</dc:creator>
      <dc:date>2017-12-01T10:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: Formula with YES/NO with if</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/formula-with-yes-no-with-if/m-p/7588500#M253176</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2017 10:32:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/formula-with-yes-no-with-if/m-p/7588500#M253176</guid>
      <dc:creator>Ilic.Andrej</dc:creator>
      <dc:date>2017-12-01T10:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: Formula with YES/NO with if</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/formula-with-yes-no-with-if/m-p/7588504#M253177</link>
      <description>&lt;P&gt;I've been reading&amp;nbsp;&lt;SPAN&gt;if(condition,result if true,result if false) but have no clue how to use it. I'm not thinking right.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But I wonder could u made a simple object so I can see?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2017 10:32:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/formula-with-yes-no-with-if/m-p/7588504#M253177</guid>
      <dc:creator>DanielLemen</dc:creator>
      <dc:date>2017-12-01T10:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: Formula with YES/NO with if</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/formula-with-yes-no-with-if/m-p/7588512#M253178</link>
      <description>&lt;P&gt;Tell me what you want, do you want to control the visibility of an object or its length? What is your condition?&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2017 10:35:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/formula-with-yes-no-with-if/m-p/7588512#M253178</guid>
      <dc:creator>Ilic.Andrej</dc:creator>
      <dc:date>2017-12-01T10:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: Formula with YES/NO with if</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/formula-with-yes-no-with-if/m-p/7588558#M253179</link>
      <description>&lt;P&gt;For example, if you want to control the&amp;nbsp;visibility&amp;nbsp;of two objects, create three yes/no parameters (for example, one is called "a" ,the other one "b" and the third one "Tibi"). Select objects and look at their properties, next to the param called "visibility", there is a button. Click it and assign yes/no parameters that you created. First object is constrained with param called "a" and the second one with "b".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now, open family parameters dialog. For param called "a", asign this formula&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tibi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For param called "b", assign this formula&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;not(Tibi)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So whenever user clicks "Tibi", he will turn one object on and the other one off.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm really guessing here what you want, you need to explain a bit more....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2017 10:55:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/formula-with-yes-no-with-if/m-p/7588558#M253179</guid>
      <dc:creator>Ilic.Andrej</dc:creator>
      <dc:date>2017-12-01T10:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: Formula with YES/NO with if</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/formula-with-yes-no-with-if/m-p/7588575#M253180</link>
      <description>&lt;P&gt;This is what I asked for. Thanks alot!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For me it's hard to understand it. not(Tibi) was the answer I needed. That's to easy &lt;span class="lia-unicode-emoji" title=":face_with_tongue:"&gt;😛&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2017 11:02:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/formula-with-yes-no-with-if/m-p/7588575#M253180</guid>
      <dc:creator>DanielLemen</dc:creator>
      <dc:date>2017-12-01T11:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: Formula with YES/NO with if</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/formula-with-yes-no-with-if/m-p/7588579#M253181</link>
      <description>&lt;P&gt;You re welcome &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2017 11:04:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/formula-with-yes-no-with-if/m-p/7588579#M253181</guid>
      <dc:creator>Ilic.Andrej</dc:creator>
      <dc:date>2017-12-01T11:04:02Z</dc:date>
    </item>
  </channel>
</rss>

