Section: Visualization Toolkit Graphics Classes
To create an instance of class vtkExtractSelectionBase, simply invoke its constructor as follows
obj = vtkExtractSelectionBase
obj
is an instance of the vtkExtractSelectionBase class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkExtractSelectionBase = obj.NewInstance ()
vtkExtractSelectionBase = obj.SafeDownCast (vtkObject o)
obj.SetSelectionConnection (vtkAlgorithmOutput algOutput)
- This flag tells the extraction filter not to convert the selected
output into an unstructured grid, but instead to produce a vtkInsidedness
array and add it to the input dataset. Default value is false(0).
obj.SetPreserveTopology (int )
- This flag tells the extraction filter not to convert the selected
output into an unstructured grid, but instead to produce a vtkInsidedness
array and add it to the input dataset. Default value is false(0).
int = obj.GetPreserveTopology ()
- This flag tells the extraction filter not to convert the selected
output into an unstructured grid, but instead to produce a vtkInsidedness
array and add it to the input dataset. Default value is false(0).
obj.PreserveTopologyOn ()
- This flag tells the extraction filter not to convert the selected
output into an unstructured grid, but instead to produce a vtkInsidedness
array and add it to the input dataset. Default value is false(0).
obj.PreserveTopologyOff ()
- This flag tells the extraction filter not to convert the selected
output into an unstructured grid, but instead to produce a vtkInsidedness
array and add it to the input dataset. Default value is false(0).