Closed PrashantKT closed 2 years ago
@PrashantKT the issue is that the IOScanupper_16.stl isn't watertight - it has holes in it. The union function only works with closed solids. Unfortunately I don't have a function that can fill these holes automatically at the moment.
@nicklockwood Okay Thanks - I will merge both with Scenekit
@PrashantKT if you merely wish to combine the meshes you can use Euclid's Mesh.merge() function. I assumed you were using union because it removes overlapping polygons, but if you don't need that you can use merge.
@nicklockwood Okay I will try Thanks
I am performing union operation with two STL
The result of the union is with hole ,expected result is to merge both MODEL and create single model
See the Image of Result
Attached the Result STL file + Input model RESULT.stl.zip Inputs Model.zip
Thanks in advance :)