[vtkusers] How to select a surface area

agerlach agerlach at gmail.com
Fri Dec 2 12:15:11 EST 2011


Just to make sure I understand what you are looking for: You want to load a
.stl and then interactively select a region such that you can compute on the
selected region only.

Look into the following pipeline:

vtkImageTracerWidget -> vtkSelectPolyData -> vtkClipPolyData.

The output of vtkClipPolyData will be the region contained within the
"traced" area from vtkImageTracerWidget.

--
View this message in context: http://vtk.1045678.n5.nabble.com/How-to-select-a-surface-area-tp4994728p5042634.html
Sent from the VTK - Users mailing list archive at Nabble.com.



More information about the vtkusers mailing list