Thursday 26 October 2017

Formula Greater Than or Equal To

If you have a situation where you would like to control a parameter determined on whether another parameter is Greater Than or Equal to a third parameter. You might think that the formula should read….

Parameter A = Parameter B >= Parameter C

The only problem is that Revit won’t allow you to insert the condition >= in the Formula, and will return an error.



So if we think in reverse and work with a ‘not’ statement we can use Parameter B < Parameter C.

So the formula will read….

Parameter A = not(Parameter B < Parameter C)















Sometimes you have to think a little out of the box to bend Revit to your will!

Monday 2 October 2017

Paste to Selected Levels

If you have a selection set you would like to copy to multiple levels in your project model, you can quickly and easily complete this process by using the Paste  ►Select Levels tool.

Firstly select the Elements you would like to copy.

Then using the Copy to Clipboard Tool in the ribbon above, or using the ‘Ctrl’ + ‘C’ on the keyboard.










Now click the ‘Paste’ drop down arrow, to bring up the extra ‘Paste’ options.

Click the ‘Aligned to Selected Levels’.

















This will bring up the ‘Select Levels’ dialogue box where you can select the levels to paste the elements. You can select multiple Levels by holding down the ‘Ctrl’ or ‘Shift’ Keys. Once selected click the ‘OK’.