A program to recognize and reward our most engaged community members
After creating surface mesh of a component using Tri6 element and checking the Quality, when I try to generate TET10 volume mesh, getting error of overlapp edges. How can I remove those overlapp edges?
Hi,
Do equivalence first.
Then check and delete for duplicate elements.
Then try tet creation.
FIND THE OVERLAPPING EDGES: - Head to Mesh|Verify|Edges - i.e., 'Free edges check' panel.
- Isolate the overlapping elements.
STANDARD SOLUTION: - Use the ELEMENT selection filter and delete all overlapping elements.
- Re-build the elements manually
OR
- use Mesh|Fill Holes to fill all holes automatically (the model topology needs to be updated after deleting elements, so in could be needed to repeat the operation a second time or use UPDATE MODEL before.)
Thanks Sathya and Alessio.