cfee
1
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
cfee
3
damn, rookie mistake. Re-Uploaded in first post
jessesn
(Jessesn Chen)
4
Because it is a bad mesh, you can check it with MeshRepair after bake it to Rhino,
jessesn
(Jessesn Chen)
5
You can fix “the current issue” with Solid Union,
cfee
6
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)
cfee
8
thanks guys, never too late to learn things after all these years