Any tips?
I manage to write Assembly Name to Assembly Sheet Name and I manage to search for View Names and replace them.
But I do not manage to write Assembly name to a View Name.
Tom
Any tips?
I manage to write Assembly Name to Assembly Sheet Name and I manage to search for View Names and replace them.
But I do not manage to write Assembly name to a View Name.
Tom
Hi @tom.slasletten,
You could use Sheet.GetViewportsAndViews node to collect the assembly views on the assembly sheet.
After, it’s just a matter of get and set Parameter.
Thank you so much Alban! This really helps me.