Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Meshing] Fix to avoid small holes in the final mesh #1447

Merged
merged 1 commit into from
Jun 3, 2023

Conversation

almarouk
Copy link
Member

@almarouk almarouk commented Jun 1, 2023

When a surface is close to the specified bounding box, a lot of small holes in the corresponding mesh appear. Additionally, there's a double surface phenomena that is created where an irregular surface appears behind the actual surface in question.

image
Without manual bounding box (before fix)
image
With manual bounding box (before fix)
image
Without manual bounding box (after fix)
image
With manual bounding box (after fix)

when using a bounding box, the surfaces near the boundaries would have holes in them and there would be a double surface effect on the boundary
@almarouk almarouk requested a review from fabiencastan June 1, 2023 15:57
@fabiencastan fabiencastan added this to the 3.1.0 milestone Jun 3, 2023
@fabiencastan fabiencastan changed the title Fix small holes problem when using bounding box [Meshing] Fix to avoid small holes in the final mesh Jun 3, 2023
@fabiencastan fabiencastan merged commit 5dd1386 into develop Jun 3, 2023
@fabiencastan fabiencastan deleted the dev/graphCutPostProsessing branch June 3, 2023 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants