Copy link to clipboard
Copied
Hi all,
I am trying to make circle filled with two sets of smaller circles.
The two small circles need to be fixed sizes.
I tried Fillinger and Circle Fill script, but they tend to resize the circles.
Moreover, it is hard to control to fill with circles in fixed sizes.
Is there way to fill circle with fixed size objects?
Thank you in an advance.
Hi @Eric342772373kfu, you will get closer to what you are asking by commenting out two lines from the Fillinger.jsx script.
Add // before these two lines—334 and 335:
You can then set the max and min to adjust the number of items added. Minimum spacing might help too.
Note that this might not give as visually harmonious results as the original, because the algorithm is based on triangles and scaling the item to fit the triangle. There is much room for refinement, such as choosing the 3m
...Copy link to clipboard
Copied
Hi @Eric342772373kfu, you will get closer to what you are asking by commenting out two lines from the Fillinger.jsx script.
Add // before these two lines—334 and 335:
You can then set the max and min to adjust the number of items added. Minimum spacing might help too.
Note that this might not give as visually harmonious results as the original, because the algorithm is based on triangles and scaling the item to fit the triangle. There is much room for refinement, such as choosing the 3mm circle for smaller triangles and the 5mm for larger. Or maybe calculating the triangles differently. I'm not experienced with this algorithm at all.
Anyway maybe that helps?
- Mark
Copy link to clipboard
Copied
Thank you for the swift reply.
This is working well!
Copy link to clipboard
Copied
Great to hear!
Find more inspiration, events, and resources on the new Adobe Community
Explore Now