Point Data to Cell Data (PointDataToCellData)
Create cell attributes by averaging point attributes.
The Point Data to Cell Data filter averages the values of the point attributes of the points of a cell to compute cell attributes. This filter operates on any type of dataset, and the output dataset is the same type as the input.

PropertyDescriptionDefault Value(s)Restrictions
Input
(Input)
This property specifies the input to the Point Data to Cell Data filter.  

Once set, the input dataset type cannot be changed.

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

The dataset must contain a point array.

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

 
Pass Point Data
(PassPointData)
The value of this property controls whether the input point data will be passed to the output. If set to 1, then the input point data is passed through to the output; otherwise, only generated cell data is placed into the output. 0

Only the values 0 and 1 are accepted.