How to create gradient patterns using dots that will be applied vertically on windows? The pattern should transition from 100% to 0% density across 5 feet. Larger dots should not be more than 1/8 inch in diameter.
There are several ways to do this. If you want to do this in plain Rhino, create your biggest circle and the smallest, and tween these vertically.
Array the result horizontally.
Duplicate the array and move it half the distance of the first array horizontally.
Move the copied array down half the distance of the tween distance.