parry icon indicating copy to clipboard operation
parry copied to clipboard

intersect_mesh with coplanar inputs causes undesirable result

Open GlennWSo opened this issue 1 year ago • 0 comments

Hi, I need a reliable set boolean operation for Trimesh.

I well aware of the coplanar inputs is tricky to handle, but i my case i cant always avoid it so i need the boolean operations to handle it.

example input

coplanar

example wanted behavior

coplanar_wanted

the problem

coplanar_diff

GlennWSo avatar Mar 01 '23 07:03 GlennWSo