Smoothing vtkPolyData

Hi I am trying to smooth a vtkPolyData surface mesh. I do not have the smoothing brush because is not a segmentation. I can see the data under the models module. Do you how this can be achieved?

Thanks!!!

For models you can use the smoothing filter in the Surface Toolbox module.

1 Like

thanks,
is there a way to use brush to apply selective smoothing and not on whole mesh.
just like, volume segmentation has smooth brush…Q. can we use it on mesh object.

I’m not aware of such feature aready implemented. I could imagine allowing editing closed surface representation in Segment Editor (and only enabling very select set of tools, which are prepared for this case), then make the smoothing brush do this in the area of the brush. As a starter idea I’d try smoothing the polydata, and merge the original and the output considering the area of the brush. But all this would take considerable development time, especially that currently we simply don’t allow any editing on closed surface representation from Segment Editor. Not sure if anyone else has a better idea.