[vtkusers] Using vtkCutter to produce lines from a surface

David Gobbi david.gobbi at gmail.com
Tue Mar 12 16:47:36 EDT 2013


On Tue, Mar 12, 2013 at 2:35 PM, glennuggah <tobias at magnander.se> wrote:
> I still haven't found any way to solve this. Do I really have to rewrite the
> vtkCutter to support this?

The vtkProbeFilter can be used to transfer color and scalar
information from one data set to another.  So after generating the
contours, you can probe the original data with the contour data to get
colored contours.

 - David



More information about the vtkusers mailing list