Trying to make a script for legend views to place it on the layout.
Suddenly Viewport.Create want to see another type of sheet node.
Screenshots bellow:
This warning is saying this:
The node expects:
- Revit Sheet
- Revit Element
- Dynamo Point
But the node got:
- Revit Sheet
- String
- Dynamo Point
Looks like your 2nd input (view
) is a string, not a view element.
Looks like you’re in Revit 2024. Make sure you’re in the latest version of Rhythm, as Revit 2024 changed Element ID from a 32 bit integer to a 64 bit integer.
1 Like