|
How to keep the border and feature when using stl generalOffsetMesh to repair stl, thank you very much! |
Answered by
WHUT666
Jul 23, 2024
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 |
3 replies
|
The other option is to set Please give it a try. |
1 reply
|
Cool! It looks that the groove in highlighted area is below voxel size. So the only way of improvement is decreasing the voxel size. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Cool!This works well, except for some small geometric features.Can it be further repaired?