vtkSplineRepresentation

Section: Visualization Toolkit Widget Classes

Usage

vtkSplineRepresentation is a vtkWidgetRepresentation for a spline. This 3D widget defines a spline that can be interactively placed in a scene. The spline has handles, the number of which can be changed, plus it can be picked on the spline itself to translate or rotate it in the scene. This is based on vtkSplineWidget.

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

  obj = vtkSplineRepresentation

Methods

The class vtkSplineRepresentation 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 vtkSplineRepresentation class.