I have a graph that used to use the Titleblock Types node from Rhythm that is now removed.
I instead let the user select the titleblock type via Data Shapes UI.
So, now I have a selected titleblock family type, but the Sheet.Create node errors saying: The ElementId titleBlockTypeId does not correspond to a TitleBlock type Parameter name: titleBlockTypeId
Can you use the Object.Type node to confirm that you are in fact providing a FamilyType for a title block? The error suggest that the node is able to get an id but that id does not correspond to a title block type.
That node also says the Object Type is Revit.Elements.FamilyType
Isn’t that what the Sheet.Create is looking for?
When I look at the Titleblock Types node in an older Revit version (with older Rhythm version with the node still available), it shows the same data coming from it as I am supplying here. I’m not sure why the Sheet.Create node is failing.
@john_pierson
I remember you had dropped the UI portion out of Rhythm a while ago. I am still running Rhythm 2023.9.1, so I assume you’ve added it back since that version. I’ll update the package.
Does the latest version work with Revit 2023 and 2024?
I still can’t figure out why Sheet.Create isn’t taking the FamilyTypes I am feeding it. It seems the like I am getting the same data as if I got the family types from Titleblock Types node. Doesn’t make sense.
Okay. Can someone please tell me the proper procedure for uninstalling and reinstalling a newer version of a package?
I have uninstalled and reinstalled Rhythm 5 times now.
This last time, I marked it for deletion, restarted Revit and the Rhythm folder disappeared. Good.
Started Dynamo back up and installed the latest version of Rhythm. A folder showed up that says Rhythm. Checked the pkg.json file and AGAIN it keeps coming back as "version": "2023.5.5",
But the package manager definitely says I installed 2024.5.5
Check the Installed Packages list and it shows:
Why does it keep installing 2023.5.5 when I am obviously installing 2024.5.5???
Is it possible the pkg.json file is just wrong?
It does say "copyright_year": "2024" at the bottom.
Let me take a look at the node. But I would be curious if any titleblock type will work. Like >Select Model Element (title block instance) > element.elementType
Wait. So you just delete the files and when you open Dynamo it downloads the up-to-date files?
What is this wizardry???
Man, I wish the other packages were that simple!
I keep all the packages on our server so everyone is pulling from the same pool. So I typically just delete the files, download the package from the website and unzip them to the folder. Next time we fire up Dynamo it has the new package version.