Section: Visualization Toolkit Graphics Classes
To create an instance of class vtkExtractSelection, simply invoke its constructor as follows
obj = vtkExtractSelection
obj
is an instance of the vtkExtractSelection class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkExtractSelection = obj.NewInstance ()
vtkExtractSelection = obj.SafeDownCast (vtkObject o)
obj.SetShowBounds (int )
- When On, this returns an unstructured grid that outlines selection area.
Off is the default. Applicable only to Frustum selection extraction.
int = obj.GetShowBounds ()
- When On, this returns an unstructured grid that outlines selection area.
Off is the default. Applicable only to Frustum selection extraction.
obj.ShowBoundsOn ()
- When On, this returns an unstructured grid that outlines selection area.
Off is the default. Applicable only to Frustum selection extraction.
obj.ShowBoundsOff ()
- When On, this returns an unstructured grid that outlines selection area.
Off is the default. Applicable only to Frustum selection extraction.
obj.SetUseProbeForLocations (int )
- When On, vtkProbeSelectedLocations is used for extracting selections of
content type vtkSelection::LOCATIONS. Default is off and then
vtkExtractSelectedLocations is used.
int = obj.GetUseProbeForLocations ()
- When On, vtkProbeSelectedLocations is used for extracting selections of
content type vtkSelection::LOCATIONS. Default is off and then
vtkExtractSelectedLocations is used.
obj.UseProbeForLocationsOn ()
- When On, vtkProbeSelectedLocations is used for extracting selections of
content type vtkSelection::LOCATIONS. Default is off and then
vtkExtractSelectedLocations is used.
obj.UseProbeForLocationsOff ()
- When On, vtkProbeSelectedLocations is used for extracting selections of
content type vtkSelection::LOCATIONS. Default is off and then
vtkExtractSelectedLocations is used.