В rhino отображаются обьекты, а в Revit нет

Версия Revit2021, Rhino 8.13.
В Rhino объекты показывает , а в Revit нет. Стены перекрытия, колонны, ничего не отображается. только 1 вид аннотаций ( уровни) работает корректно.
Подскажите в чём может быть проблема. Заранее спасибо

If you can’t see your Revit Elements it’s most likely being placed on a Phase that is not visible.

What happens if you select by Element ID via the Revit UI?

Hi @Japhy,
Here is the same issue. I can see a wall in Rhino, but not in Revit. When I’m looking for the element by ID and click “show” I get this message: “No good view could be found”. When I click “OK” Revit shows the length of this wall I can’t see.


Rhino.Inside Revit: 1.27.9121.7152 (2024-12-21T03:58:24)
Rhino: 8.15.25013.13001 (Rhino 8)
Revit: 2025.1 (25.1.0.44)
CLR: 8.0.12 (8.0.12+89ef51c5d8f5239345127a1e282e11036e590c8b)
OS: Microsoft Windows NT 10.0.26100.0

That example project is using phases, that is the first place to look.

1 Like

Thank you! That was it!

I know I can change a phase with “element phase” component, but is there any way to set up a default phase in Grasshopper?

The Phase is a View instance parameter that can be get/set like so…

1 Like

@YaroslavSF, @Anton1oK

Since the active view on Revit is arbitrary RiR assigns the last Phase on the project to newly created stuff.
In your case you can just assign the Active View phase like this.

Or shorter…

Or just converting from View to Phase

1 Like

Thanks a lot,
I assume that means I’ll have to adjust a phase in GH after I create each element, and it’s not possible to do it once and for all of them. Do you think adding a phase input for RiR components might make sense?

you can modify the existing elements phase at any time.

Всем спасибо большое! Теперь всё исправно работает)