Hi to everyone,
I’m looking for to change the line pattern of my crop region view in the sheet file. Actually I did a selection filter, but it takes a lot of time when I’ve a huge number of crop region to override. I found a similar discussion in the forum, using Rhythm, that allows to modify the lineweight;ad another one using python, but I’ m not able to do that.
Can anyone help me, to find the right way to obtain this result?
I followed your advice. It works! Anyway there’s a problem, because it doesn’t change all the views that i selected, but the only in active view. I selected only elevation views to be faster.
In the image below there’s my script, what’s wrong?
Yes, I realized after posted. You mean create a Dynamo Player node and let it run for each Sheet View, changing everytime the View Type?
I changhed the CodeBlock with a Number Slider to switch the View Type from the list.
Ok. It works also as dynamo player. When I try it on a sheet view, I have to activate every single view to have a result. has someone any suggestion on how can I override every crop region view in only one shoot? Maybe using some nodes for filtering the views that I want to override?
Below there is the script that I did.
But you can skip that node and feed the output from “Get view by type” in to the view input, and “view get crop region by element” into the element input.
What you are showing is not the same ‘gut’ as the ViewSetElementOverrides.
This should be available in Dynamo since you have the other nodes to override in view aswell.
Are you able to find the node ViewSetElementOverrides?
Yes, This script works for multiple views, which is what I was looking to use in my office. Thank you so much, and now I have got a script to use in office work which is good.