You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying to replicate this example from CGAL but I don't really know how to properly select the corefined faces.
My current workflow in Meshlab 2022.02 is:
Compute the boolean operation using Filters > Remeshing, Simplification and Reconstruction > Mesh Boolean: Difference
Call Filters > Sampling > Haursoff Distance using the boolean result as the sampled mesh and the left-side mesh of the boolean operation as the target mesh
Use Filters >Quality Measure and Computations > Transfer Quality: Vertex to Face to flag faces that were not in the original mesh
Select flagged faces with Filters > Selection > Conditional Face Selection with the boolean function (fq > 0)
Apply Filters > Remeshing, Simplification and Reconstruction > Remeshing: Isotropic Explicit Remeshing to the selected faces
However, this method does not quite select all of the faces modified by the boolean operation. Any insight on how to properly do this?
Thanks in advance.
P.S: The idea is to do this using pymeshlab, but I'm starting with using the program itself to see if the idea makes sense.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I've been trying to replicate this example from CGAL but I don't really know how to properly select the corefined faces.
My current workflow in Meshlab 2022.02 is:
Filters > Remeshing, Simplification and Reconstruction > Mesh Boolean: Difference
Filters > Sampling > Haursoff Distance
using the boolean result as the sampled mesh and the left-side mesh of the boolean operation as the target meshFilters >Quality Measure and Computations > Transfer Quality: Vertex to Face
to flag faces that were not in the original meshFilters > Selection > Conditional Face Selection
with the boolean function(fq > 0)
Filters > Remeshing, Simplification and Reconstruction > Remeshing: Isotropic Explicit Remeshing
to the selected facesHowever, this method does not quite select all of the faces modified by the boolean operation. Any insight on how to properly do this?
Thanks in advance.
P.S: The idea is to do this using pymeshlab, but I'm starting with using the program itself to see if the idea makes sense.
Beta Was this translation helpful? Give feedback.
All reactions