Friends help me find a solution to the problem.
1 There is a cloud of points falling into the field of all areas - (A, B, C)
2 Areas have intersection zones - (1,2,3,4)
When I start the scheme, I get the result
(A + 1 + 2 + 4
B + 3-1-2
?-4-2-3)
And I need a result
(A + 1 + 2 + 4
B + 1 + 2 + 3
C + 4 + 2 + 3)
That is, all grouped point clouds must have a zone of intersection in each result.
What am I doing wrong?