Model In-place elements

Is there a way to filter out only the model in-place families in revit using rhino.inside?

If you query view elements it will give in-place direct shapes category that you can match text to.

“direct shapes” is not “model in-place”

Is there a way to filter out only the model in-place families in revit using rhino.inside?
Like say, FLOOR, STRUCTURE COLUMNS

There is a property (not parameter) available for that…


IsInPlaceFamily.gh (10.6 KB)

Ah ha!

@Japhy
Hope this statement expression can become a new component (filter?) or add in to something that already existed (element passport?), since I found its really useful lately.

In fact I was messing around with “kind” within Query Families and Query Types, like image shown below, it somehow works for Wall and Floor, but not works for component like Column and Structural Frame etc.

By the way, Link document still can’t work in Query Types.

The error in the Query Types is for Wrong Document Category.

Query Categories of that document first. Your category input is from the current document, not the linked one.

The Family Identity component has plenty of room, i’ll add a feature request.

1 Like

@ctu6,

Now more outputs are available in v1.16.

2 Likes