Hi,
I haven’t used dynamo in a really long time and just started with it again.
I have to check a revit project package for all the revit and cad links to organize our workflow.
And this needs to be done for like 20 revit project files.
Luckily I though of Dynamo and I knew of Bimorph node for this.
however I am getting null results. Maybe because the links are missing?
I tried it with existing projects and even there it returns me null results.
I am sharing a screenshot maybe there is a stupid mistake I am doing and someone can help me point that out?
I just checked and the optional input Filepath works for me.
Use the Filepath input in a blank Revit file and not inside your “17010_002_BF2.rvt” file.
Hey,
You are right.
Thanks for the tip. i was wondering why dynamo doesnt work without any Revit file open.
Works like a charm with a blank revit file.
thanks again.
My next step is to scale it a bit bigger, I mean instead of choosing a file each time, make it perform a batch operation, Like I specify a folder and I picks all the revit files in the folder and makes a excel sheet.
This is useful to investigate broken links in Projects.
Will post when i am a step in that direction.