Have not posted in a while so try to be nice.
Trying to create a graph to look at all revision clouds on sheets and halftoning all but the most recent.
The sounds like such a simple issue that I’m thinking a filter would work.
But I do not know if my boss wants us to use a filter.
So let us assume that I have to do it programmatically with Dynamo.
I have a good graph set up and I can use the element.overrideInView Node to do my work on the active view.
After some decent research I have discovered someone using a clockwork node and modifying it to their liking. So I decided to do the same. I thought it would be easy enough to take the override element transparency node and go in and change it to halftone instead of Transparency. So I am calling the SetHalftone Method. but dynamo says I need 2 arguements.
What am I doing wrong?
Where could I have known how many arguements I needed and their formats via the API Website?
Unfortunately the geniusloci package node is not performing the way I had hoped. See Below 3 Screen Shots… Will Keep Attempting to figure out whats wrong… just don’t even know where to go…