Incomprehension of the "RevitLink.GetLinkOverrides

Hy everyone,

I’m new in dynamo coding, and I don’t understand why this nodes don’t work with what I did.
So with a python script, I extracted FloorPlanView from my link file.
But when I put in the node from the package Rhythm, I have an error, which is :
“The view does not support link graphical”.
I work in Revit 2024 and Dynamo 2.17.
I though that with the new API from Revit 2024, this should work ?

@guillaume.trang ,

make the hotfix 2024.1 you will have also have Dynamo 2.18.

KR

Andreas

Thanks for your fast reply,

So I updated my Revit and I still have the same problem…
I don’t know if you have any other solutions ?
Or maybe I don’t understand the node ? The view that they are asking for, is it the link model’s view ?
Because I want that “Rhythm | RevitLinkGraphicsSettings.ByProperties” be “ByLinkView” and not “ByHostView”.

@guillaume.trang ,

i don`t which version do you use… but you can download Python2 and 3 Packages ! so your packages can work.

KR

Andreas

Im not sure this is the node for you.
What are you trying to do?

I’m using Cpython3

I try with the new API from Revit 2024 to change the visibilty of my link file for floor plan view into LinkView and not HostView.
So I find with the package Rhythm that there is nodes for this and I’m blocked with this one.
I also try to write a python script but it didn’t work