[vtkusers] vtkPlaneWidget and clipping

Bertwim van Beest bwvb at xs4all.nl
Mon Sep 2 19:51:46 EDT 2002


This is what I do not understand here.  I do not know to invert the 
clipping function. I use "AddClippingPlane" on an instance of 
vtkDataSetMapper:

_mapper = vtkDataSetMapper::New();
 ...
  _mapper->AddClippingPlane( _plane );

Where is the ClipPolydata?  


John Biddiscombe wrote:

>>How can I reverse the direction of the displayed arrow??  Probably very 
>>simple, but I can't find it in the documentation.
>>    
>>
>
>That would be naughty. Misrepresenting the plane. The normal is the normal.
>
>Invert the clipping function by setting the insideout flag on Clippolydata
>
>JB
>
>
>  
>




More information about the vtkusers mailing list