Extract Selection (cell) (ExtractCellSelection)
Extract selection by cell.
This filter extracts a set of cells given a selection.

The selection can be obtained from a rubber-band selection

(either cell, visible or in a frustrum) and passed to the filter

or specified by providing an ID list.

PropertyDescriptionDefault Value(s)Restrictions
Global IDs
(GlobalIDs)
This property contains the list of Global IDs that will be added to the selection produced by the selection source.    
Indices
(Indices)
This property contains the list of IDs that will be added to the selection produced by the selection source.    
Input
(Input)
This property specifies the input from which the selection is extracted.  

The selected object must be the result of the following: sources (includes readers), filters.

The selected dataset must be one of the following types (or a subclass of one of them): vtkDataSet.

 
Use Global IDs
(UseGlobalIDs)
If the value of this property is set to 1, GlobalIDs (instead of Indices) will be used for generating the selection. 0

Only the values 0 and 1 are accepted.