SmoothMesh[mesh]
smooths a mesh region mesh by adjusting cells and keeping the overall shape.


SmoothMesh
SmoothMesh[mesh]
smooths a mesh region mesh by adjusting cells and keeping the overall shape.
Details

- SmoothMesh is also known as mesh smoothing, denoising, filtering and fairing.
- SmoothMesh is typically used to improve mesh quality by reducing noise from 3D scanning and reconstruction.
- SmoothMesh[mesh] returns a mesh region obtained by adjusting cells while improving minimum angle, maximum angle and aspect ratio.
- SmoothMesh takes the same options as MeshRegion, with the following additions:
-
Method Automatic method to use - Possible method settings include "ExplicitLaplacian" and "ImplicitLaplacian".

Examples
open all close allScope (3)
Options (7)
Method (7)
"ExplicitLaplacian" (3)
Update vertex positions directly based on the Laplacian:
Use the option "UniformLaplace"True to use a uniform Laplacian:
Use the option "MaxIterations"->n to specify the maximum number of iterations:
"ImplicitLaplacian" (4)
Solve a linear system to update vertex positions:
Use the option "UniformLaplace"True to use a uniform Laplacian:
Use the option "MaxIterations"->n to specify the maximum number of iterations:
Use the option "TimeStep"->t to controls the extent of smoothing applied in each iteration:
Applications (1)
Denoise a 3D mesh by smoothing out high-frequency surface variations:
Apply SmoothMesh:
Related Guides
History
Text
Wolfram Research (2025), SmoothMesh, Wolfram Language function, https://reference.wolfram.com/language/ref/SmoothMesh.html.
CMS
Wolfram Language. 2025. "SmoothMesh." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/SmoothMesh.html.
APA
Wolfram Language. (2025). SmoothMesh. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/SmoothMesh.html
BibTeX
@misc{reference.wolfram_2025_smoothmesh, author="Wolfram Research", title="{SmoothMesh}", year="2025", howpublished="\url{https://reference.wolfram.com/language/ref/SmoothMesh.html}", note=[Accessed: 04-August-2025]}
BibLaTeX
@online{reference.wolfram_2025_smoothmesh, organization={Wolfram Research}, title={SmoothMesh}, year={2025}, url={https://reference.wolfram.com/language/ref/SmoothMesh.html}, note=[Accessed: 04-August-2025]}