cell_data_to_point_data_algorithm

cell_data_to_point_data_algorithm#

cell_data_to_point_data_algorithm(inp, pass_cell_data: bool = False)[source]#

Add a filter that converts cell data to point data.

Parameters:
inppyvista.DataSet

The input data whose cell data will be converted to point data.

pass_cell_databool, default: False

If True, the original cell data will be passed to the output.

Returns:
vtkCellDataToPointData

The vtkCellDataToPointData filter.