Hi,
I’m facing issue while intersection operation. I am intersecting custom buffer geometry with box geometry, both of these geometries have same height and in resulting intersection I’m getting missing surface on one side (top/bottom).
In example figure, A = Box Geometry, B = Buffer geometry. On taking A ∩ B, I get unclosed surface in shaded region in resulting image. (Sorry cannot provide exact images due to security reasons).
I have checked the normals of top and bottom are pointing correctly and suspect this to be issue with co-planarity of surfaces. Any way to resolve this ?