Section: Visualization Toolkit View Classes
To create an instance of class vtkRenderedSurfaceRepresentation, simply invoke its constructor as follows
obj = vtkRenderedSurfaceRepresentation
obj
is an instance of the vtkRenderedSurfaceRepresentation class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkRenderedSurfaceRepresentation = obj.NewInstance ()
vtkRenderedSurfaceRepresentation = obj.SafeDownCast (vtkObject o)
obj.SetCellColorArrayName (string arrayName)
string = obj.GetCellColorArrayName ()
- Apply a theme to this representation.
obj.ApplyViewTheme (vtkViewTheme theme)
- Apply a theme to this representation.