Extract Selection (point) (ExtractPointSelection)
Extract selection by point.
This filter extracts a set of points given a selection.

The selection can be created by specifying a point id list (either

global ids or point indices).

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.