I need make a program to optimize the workflow in Revit, using Dynamo. The program need to Select all Views (browser views) and read the Family Type parameter, that we maked a custom (“Floor Plan: Ea_CP” or “Floor Plan: Ea_EX” and more 4 options), to fill other custom parameter “Pasta” with the lasted two letters from Family Type. The “Pasta” Parameter need to fill with CP, EX, PL, or DE, according with Family Type, to organize in the View Browser.
First and foremost, please drop the rvt file. So that it will help others who is trying to help you. Second share what you have tried so far? images, script? Thanks
for users in users:
if screenshot is None:
print ("This is not a 'do my work' forum.")
elif codeSample is None:
print ("This is not a 'do my work' forum.")
elif DYNfile is None or RVTfile is None:
print ("This is not a 'do my work' forum.")
else:
print ("Ok, let's see your question.")
The frame 01 the browser is organized by default.
The frame 02 show the Family And Type that I need for the program to recognize and do the change in the Pasta Parameter (frame 03)
The second image show the order that I need to do, automatically. In the moment that the PASTA (folder in Portuguese) parameter is filled, Revit remake the order in browser view.
The third image show a sequence node that I did try, but it din`t worked.
I’m new Dynamo’s user, I did see the Think Parameters tutorials (by @Konrad_K_Sobon) and others tutorials in internet, but this is the better that I can do, for now. (@Organon, I really want to learn to use dynamo, not for u to do my job. By the way, thanks for the fast answer)
The last image contain the logical that I think it would work, but I don’t know how can I do this.