vtkPolygonalHandleRepresentation3D

Section: Visualization Toolkit Widget Classes

Usage

This class serves as the geometrical representation of a vtkHandleWidget. The handle can be represented by an arbitrary polygonal data (vtkPolyData), set via SetHandle(vtkPolyData *). The actual position of the handle will be initially assumed to be (0,0,0). You can specify an offset from this position if desired.

To create an instance of class vtkPolygonalHandleRepresentation3D, simply invoke its constructor as follows

  obj = vtkPolygonalHandleRepresentation3D

Methods

The class vtkPolygonalHandleRepresentation3D has several methods that can be used. They are listed below. Note that the documentation is translated automatically from the VTK sources, and may not be completely intelligible. When in doubt, consult the VTK website. In the methods listed below, obj is an instance of the vtkPolygonalHandleRepresentation3D class.