[vtkusers] Smooth only boundary edges using vtkSmoothPolyDataFilter

kenichiro yoshimi rccm.kyoshimi at gmail.com
Sun Mar 5 21:54:39 EST 2017


Hi Jinho,

I had slightly changed vtkSmoothPolyDataFilter to smooth only boundary
edges by omitting interior smoothing some time ago. Even though you
might not obtain the desired results, I attached my sample. I hope
that it is helpful for you.

Thanks,
yoshimi

2017-03-04 23:23 GMT+09:00 atisman <jinho89 at gmail.com>:
> 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.
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at: http://www.vtk.org/Wiki/VTK_FAQ
>
> Search the list archives at: http://markmail.org/search/?q=vtkusers
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/vtkusers
-------------- next part --------------
A non-text attachment was scrubbed...
Name: AdjustBoundary.tar.gz
Type: application/x-gzip
Size: 6350 bytes
Desc: not available
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20170306/042a212c/attachment.bin>


More information about the vtkusers mailing list