Mesh inclusion fails on the most simple geometry

am i missing the obvious here .. but a mesh inclusion for points test fails, but works when I convert the input meshes with a shrink wrap node.

The meshes are simple boxes, all closed. I tried flipping normal, welding, aligning vertices, etc.. but no effect.

mesh_inclusion_fails.gh (76.7 KB)

You didn’t internalized the Breps

damn, rookie mistake. Re-Uploaded in first post

Because it is a bad mesh, you can check it with MeshRepair after bake it to Rhino,

You can fix “the current issue” with Solid Union,

ah, my mistake. I took them from Eddy3D template. I’ll notify them @eddy3d

With this it works

Join is just adding meshes and doesn’t do boolean union of them.


mesh_inclusion_failsLD.gh (67.9 KB)

thanks guys, never too late to learn things after all these years