[vtkusers] Smooth only boundary edges using vtkSmoothPolyDataFilter

atisman jinho89 at gmail.com
Sat Mar 4 09:23:23 EST 2017


Is there any way to smooth only boundary edges using vtkSmoothPolyDataFilter
or other similar polydata smoothing filters? I know there is
BoundarySmoothingOn() option but it just controls whether the boundary edges
to be smoothed or not and it looks like the interior edges are always
smoothed. I also tried to use SetSource() function to constrain the result
by the input polydata itself. This achieves the result I wanted but the
smoothing operation performs much slower with this input and I'm wondering
if there exist any alternative (faster) ways to smooth only boundary edges.
Thanks!



--
View this message in context: http://vtk.1045678.n5.nabble.com/Smooth-only-boundary-edges-using-vtkSmoothPolyDataFilter-tp5742358.html
Sent from the VTK - Users mailing list archive at Nabble.com.


More information about the vtkusers mailing list