[vtkusers] Clipping objects

Alex Malyushytskyy alexmalvtk at gmail.com
Fri Sep 21 17:21:12 EDT 2012


vtkAppendPolyData example:
http://www.vtk.org/Wiki/VTK/Examples/Cxx/Filters/CombinePolydata

But I would recommend do the opposite:

Iterate over all polydata you have, Clip it, then use
vtkAppendPolyData to combine it.
This way you will use less memory and it should work faster.

Alex



On Fri, Sep 21, 2012 at 6:34 AM, yunier0525 <ylopez at estudiantes.uci.cu> wrote:
> The plane is used only as clip function and is located in the default
> position, like the other objects in the scene.
>
> I just need to know how to merge all polydata in one and then make the
> clipping  process to that.
>
> Thanks.
>
>
>
> --
> View this message in context: http://vtk.1045678.n5.nabble.com/Clipping-objects-tp5716203p5716243.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
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers



More information about the vtkusers mailing list