Tag Archives: Quirk

Revit Conditional Formatting from Count

As many Revit users have found out when trying to use Count in formulas for schedules this isn’t possible. However there is a workaround for this. It involves 3 Calculated Values one of which is the not so often used option of Percentage.

In a Twitter conversation there was a question of how do I show a highlighted row for Revit Links where there is more than one instance? The following example will work not only for Revit links but for basically any schedule where the sum of Count is needed.

First a Calculated Parameter will need to be created, in this example I named it “Single”. The formula will equal one so the name seemed appropriate

The Next step is to Sort/Group the schedule based off a value such that a Calculated Parameter can be set up as a Percentage of the Sorting. In this example I sorted by the Type value and toggled off the “Itemize every instance” value

Once the Sorting is set another Calculated Parameter can be created, this example labels it as Percentage. The value is set to be a Percentage parameter which is set to use Single for the “Of:” value and Type is set for the “By:” value.

Once that is set you may notice that the values for all of these are 100%. This is only true if the “Itemize every instance” value in toggled off in the Sorting/Grouping tab. This will be true if the Single value is set to be calculate or not. Therefore another Calculate Parameter is needed. In this example I named this Calculated Parameter “Number” and set the formula Percentage/Single.

This will now give us a percentage value, if there is a single instance it will be reported as 100%, if there are more than one this value will be based on the quantity of elements.

Once this is done now conditional formatting can be set based upon the number value. In this example I want the Type column to change color based on the Number value not equal to 1.

This step could be repeated for each of the columns if desired. Once completed hide any of the columns that don’t need to be visible.

Hopefully you will be able to take this idea and use it for other schedules where the Count value is a hindrance.

Revit Building Pad cut pattern

I had a client as this week how to change the fill pattern line weight for the building pads in his project. I explained to him that Line Weight 1 is reserved for for fill patterns, simply adjust that value and it should adjust all fill patterns. Turns out I was wrong and should not have used the words “all fill patterns”. Building pads in Revit do not follow this rule, the fill patterns line weights are tied to the Object Style Projection line weight (as seen in the image below).

In this clients case he had changed the Projection line weight to be 6, the Out Of The Box template has it set to 1, so during testing I was baffled on why it adjusted with the Line Weight 1 value.

If you know of any other cut fill patterns that don’t abide by the Line weight 1 rule I would love to know about them.

Revit 2017 Ceiling Change

In previous releases of Revit we have been able to automatically place ceilings in rooms in most instances.  In 2017 the reasons for not being able to place rooms automatically have changed.  In my opinion this should be considered a bug.

The situation I am referring to is when we have a room that has a wall protruding into it, (see image below).  Prior to Revit 2017 a ceiling would go into this room with out any problem.  Now in 2017 you will have to manually place the ceiling using sketch lines.

2017-ceiling-bug

Revit Railings Termination 2017

In 2017 the new feature that railings can be hosted to walls and floors is getting all the attention.  However there have been some subtle things that have been added.  One thing that myself and Tim Waldock have been requesting is to see the termination families in plan views.  This wish has been granted, or quirk has been fixed, depending on how you look at it.

The first image below shows a family in Revit 2016 R2 the second image is Revit 2017

Railing Termination 2016

Railing Termination 2017

Revit Railing Support Bug 2

As I am preparing to teach another session on Revit Railings I noticed another small quirk.  Again in this example I am using railing supports to act as balusters, a great option when dealing with glass panel.

In this image I have a support to look like gasketing material as well as glass supports, these are associated to the U track handrail.  This allows for the glass seam to be unpinned and moved to any desired location.

Railing Support Quirk 01

The quirk arises when the handrail has a value for a fillet radius, even though the Default Join is set to Miter.  If the support is unpinned and moved it will move along the radius as if the value were set to Fillet no Miter.

Railing Support Quirk 02