|
|
Home | Forums |
Downloads | Gallery |
News & Articles | Resources |
Jobs | FAQ |
| Join |
Welcome !
|
104 Users Online (103 Members):
Show Users Online
- Most ever was 626 - Mon, Jan 12, 2015 at 2:00:17 PM |
Forums
Forums >> Revit Building >> Technical Support >> Parameter Formula
|
|
active
Joined: Fri, Jul 15, 2005
8 Posts No Rating |
Does anyone know how to enter a "yes/no" parameter into a formula? This is what my formula looks like right now if(A = yes, (B + C), B) A is a yes/no parameter, but this formula won't work.
|
This user is offline |
|
|
|
active
Joined: Mon, Jul 4, 2005
137 Posts
|
if(A,true,false) look up conditional statements in formulas under the help file.
|
This user is offline |
|
|
active
Joined: Mon, Jun 19, 2006
144 Posts
|
if(A=1,(B+C),B) When you want to represent a yes no parameter in a formula it is really simple. Yes/On = 1 No/Off = 0.
|
This user is offline |
|
|
active
Joined: Thu, Mar 4, 2010
5 Posts No Rating |
Hi, Can anyone help me with the following- I want my beams above my doors and windows to automaticly change the beam bearing surface. for example: if my window is less than 199cm the bearing surface should be 25cm -> if my window is 150cm the bearing surface shoul be 25cm -> beam should be 25+150+25 beam = 200cm if my window is less than 299cm but more than 199 the bearing surface should be 30cm -> if my window is 250cm the bearing surface shoul be 30cm -> beam should be 30+250+30 beam = 310cm if my window is less than 399cm but more than 299 the bearing surface should be 30cm -> if my window is 350cm the bearing surface shoul be 30cm -> beam should be 40+350+40 beam = 430cm and so on..
|
This user is offline |
|
|
site moderator|||
Joined: Tue, May 16, 2006
13079 Posts
|
If the beam is not in the window family, then it can't be done. If they are in the window family, then set them relative to the top of the window/door. No need for a formula.
|
This user is offline |
|
|
active
Joined: Thu, Mar 4, 2010
5 Posts No Rating |
mmm... still not working.. the beam obove the window has a standard bearing surface of 200 but it should change if the window gets larger.. so I repeat.. when the window is 199cm the bearing surface needs to be 25cm but when its more than 299 it should be 30 cm and so on.. can anyone help me?
|
This user is offline |
|
|
active
Joined: Thu, Mar 4, 2010
5 Posts No Rating |
got it-- if(Width < 2999 mm, 200 mm, if(Width < 3999 mm, 300 mm, if(Width < 4999 mm, 400 mm, 400 mm)))
|
This user is offline |
|
|
|
Similar Threads |
One family parameter has formula one has none |
General Discussion >> Revit Project Management
|
Wed, Jun 25, 2014 at 1:05:54 PM
|
7
|
Formula - IF statement |
Revit Building >> Technical Support
|
Wed, Oct 25, 2006 at 6:54:24 AM
|
0
|
Referencing a Shared Parameter in a Family parameter formula. |
General Discussion >> Revit Project Management
|
Thu, Jan 29, 2015 at 1:26:24 PM
|
4
|
Parameter names with dashes - problem with formula |
Revit Building >> Technical Support
|
Tue, Aug 31, 2010 at 10:28:39 AM
|
4
|
Add 2 to Parameter Formula |
Revit Building >> Technical Support
|
Fri, Nov 9, 2007 at 1:06:13 PM
|
3
|
|
|
Site Stats
Members: | 2056327 | Objects: | 23069 | Forum Posts: | 152325 | Job Listings: | 3 |
|