How to smoothen surfaces of many meshes


I would like to make the highlighted part a smooth wall instead of a rocky surface, what is the best way to go about doing it?

Hi Cheryl -
Please always attach the 3dm file to get help that is specific to the issue that you are asking about.
Generally, you could extract those mesh faces and use ReduceMesh to simplify, and smoothen, that part.

A different way would be to select the vertices of that part of the mesh and run the Smooth command on those. The problem with this approach in this case might be to find a construction plane that works for that part.
-wim

thanks for the reply, here is the file model test 1.3dm - Google Drive

Hi Cheryl - any smoothing should be done on the original mesh before converting to surfaces - unless you would like to build a new smooth surface using the mesh as reference, that would be a different process; but working with a zillion flat faces is not going to work.

-Pascal

I think the best way to do this is to use quadremesh at a lower poly count, or draw your own topology and project it to your mesh.

see this video