Dear all,
I have dynamo script to create sheets & add sheet name & number.
This script is working well in Revit 2022 but did not work in revit 2024 (Dynamo 2.19).
There is error at node ‘Sheet.Create’ (It is from rhythm package). Even I tired node from other package as well but no luck.
Could you please advice me on this?
Thank you for your help.
Create Sheets.dyn (32.9 KB)
hi @nilesh.katkarNS59L did u see if the title block family chosen is the right one?? As i don’t have 2.19 but i ran in 2.16(Revit_2023) and working perfectly here’s a snip. the only reason i can think of is just the titleblock only.
so here’s a little exercise, please try if it works with you. Replacing family Type with “Titleblock Types” and this is also coming from Rhythm
Hello @bharat.minocha,
Thank you for your quick suggestion.
This issue is resolved by node ‘Sheet.ByNameNumberTileBlock’.

1 Like