[vtkusers] Real-time polydata filtering
Fcs
ftpronk at engits.com
Thu Aug 30 04:26:57 EDT 2018
Hi there,
Why don't you try building a pipeline using vtkClipPolyData with a vtkBox
implicit function, and start optimizing from there? You'll keep the
original polydata, and only render the output of the clipper.
Have a look at the following examples for inspiration:
https://lorensen.github.io/VTKExamples/site/Cxx/PolyData/ImplicitDataSetClipping/
https://lorensen.github.io/VTKExamples/site/Cxx/ImageData/IntersectLine/
https://lorensen.github.io/VTKExamples/site/Cxx/Filtering/ImplicitBooleanDemo/
Kind regards,
Francois.
--
Sent from: http://vtk.1045678.n5.nabble.com/VTK-Users-f1224199.html
More information about the vtkusers
mailing list