-
How to keep the border and feature when using stl generalOffsetMesh to repair stl, thank you very much!
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
Hello! As far as it is voxel based algorithm it has voxel size precision, to make precision better you can use smaller voxel like this; goParams.voxelSize = mm.suggestVoxelSize(mesh,1e9) # using approx voxels size to fit box of 1'000'000'000 voxels |
Beta Was this translation helpful? Give feedback.
-
The other option is to set Please give it a try. |
Beta Was this translation helpful? Give feedback.
-
Cool! It looks that the groove in highlighted area is below voxel size. So the only way of improvement is decreasing the voxel size. |
Beta Was this translation helpful? Give feedback.
Cool!This works well, except for some small geometric features.Can it be further repaired?