Mask overlapping shapes

Hey there,

I started an experiment for my bachelor thesis and ran into a little problem I can’t solve. It is a variable Typeface with circles growing out of the letters and a containing border around it. The smaller circles shouldn’t cross the bigger circle. Is it possible to somehow hide the smaller circles if they cross the bigger one, without creating an extremely complex system with a lot of shapes?

Hope this link works!

experiment_1

This is not possible. At least not with a A LOT tinkering.

1 Like

Check out this project:

https://www.instagram.com/p/CNXLOeeBJ95

tl;dr: a LOT of tinkering. You would need to insert an intermediate or alternate layer every time a circle cuts into the outside, and then redraw from there. It’s possible, but only with a lot of scripting. I worked on a similar program for two other projects, to calculate insertion points of intermediate layers for curves cutting into straight segments. That was complicated enough, but you are looking to calculate intersections of curve segments. Hell awaits!

1 Like

I See, thank u anyways. Gonna find a different solution :slight_smile: