[vtkusers] WireFrame and Render!!
Phil Cook
p.cook at cs.ucl.ac.uk
Tue Apr 8 12:42:01 EDT 2003
On Tuesday, Apr 8, 2003, at 17:01 Europe/London,
vtkusers-request at public.kitware.com wrote:
> Hi VTK User's, i have two surfaces in the vtkRenderWindow, the first
> is a
> Delaunay2D, and the other is a vtkPolygon. I try to call a wireframe
> only
> for the vtkPolygon surface, and not for the delaunay, how i make this??
You can call actor->GetProperty()->SetRepresentationToWireframe() on an
individual vtkActor. Pressing "w" causes this to be called for all
Actors in the Renderer.
Phil
More information about the vtkusers
mailing list