Quick explanation of what I'm trying to do:
I have about 160 "sets of points". Each set of point (with a varying amount) has a sphere fit to them, and then a circle is made with a varying radius to the amount of points are in the set. that's all good, i got that. the way I did it was to make a set of operations per point set and then individually select each point set. what it came out looking like is this: (see the image below please).
is there any way to clean this up??? i'm now trying to add a color based on the point count to each circle and i'm having to go back into each of the 166 functions!
Tags:
- Attachments:
-