[vtkusers] How to display a bouding box around a dataset?
LEGUAY Romain
romain.leguay at gmail.com
Thu Apr 7 11:49:05 EDT 2011
Thank you so much for tour answers. It works just fine now!
Romain
Le 7 avr. 2011 à 14:45, David Doria <daviddoria at gmail.com> a écrit :
> On Thu, Apr 7, 2011 at 8:39 AM, Sebastien Jourdain
> <sebastien.jourdain at kitware.com> wrote:
>> The reason for that is because you did not add any mapper/actor on the
>> dataset itself. The outline filter is a filter in the sense that it
>> take a dataset as input and give a wire box as the output. So if you
>> want to see your dataset, you have to add it to the renderer with the
>> help of a mapper/actor.
>>
>> Seb
>
> http://www.vtk.org/Wiki/VTK/Examples/Cxx/PolyData/Outline
>
> David
More information about the vtkusers
mailing list