I am using ClipperLib (C# version).
What I want to achieve is that for given coordinates of few meshes, I have union of them as an answer. For two intersecting meshes and a third one (totally separate), I predict getting two element answer:
- Union of intersecting meshes
- Coordinates of the third mesh (that separate one).
However, what I am actually getting is some weird answer with missing coordinates of intersecting meshes.
What I do:
I add coordinates of those 3 meshes to the Clip, and then execute this. I am wondering if this is connected to the empty subject path. If anyone encountered a problem like this, I would appreciate any help here.