Remesh[mesh]
remesh a mesh region mesh by removing low-quality cells and keeping the overall shape.


Remesh
Remesh[mesh]
remesh a mesh region mesh by removing low-quality cells and keeping the overall shape.
Details

- Remesh is also known as remeshing.
- Remesh is typically used to improve mesh quality by removing low-quality cells while preserving its overall shape, improving rendering, processing and analysis.
- Remesh[mesh] returns a triangulated mesh region obtained without low-quality triangles.
- Remesh takes the same options as MeshRegion, with the following additions:
-
Method Automatic method to use - Possible method settings include "Adaptive" and "Uniform".

Examples
open all close allScope (1)
Options (8)
Method (8)
"Adaptive" (5)
Creates an adaptive mesh with varying element size depending on the local curvature of the input mesh:
Use the option "MinEdgeLength"->l to specify the minimum edge length:
Use the option "MaxEdgeLength"->l to specify the maximum edge length:
Use the option "MaxIterations"->n to specify the maximum number of iterations:
Use the option "Tolerance"->n to specify the maximum approximation error:
Applications (1)
Adaptive mesh refinement for surface smoothing:
Remesh mesh to increase resolution before smoothing:
Apply SmoothMesh:
Related Guides
History
Text
Wolfram Research (2025), Remesh, Wolfram Language function, https://reference.wolfram.com/language/ref/Remesh.html.
CMS
Wolfram Language. 2025. "Remesh." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/Remesh.html.
APA
Wolfram Language. (2025). Remesh. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/Remesh.html
BibTeX
@misc{reference.wolfram_2025_remesh, author="Wolfram Research", title="{Remesh}", year="2025", howpublished="\url{https://reference.wolfram.com/language/ref/Remesh.html}", note=[Accessed: 04-August-2025]}
BibLaTeX
@online{reference.wolfram_2025_remesh, organization={Wolfram Research}, title={Remesh}, year={2025}, url={https://reference.wolfram.com/language/ref/Remesh.html}, note=[Accessed: 04-August-2025]}