pyvista.DataObjectFilters.ctp#
- DataObjectFilters.ctp( )[source]#
Transform cell data into point data.
Point data are specified per node and cell data specified within cells. Optionally, the input point data can be passed through to the output.
This method is an alias for
cell_data_to_point_data()
.- Parameters:
- Returns:
DataSet
|MultiBlock
Dataset with the cell data transformed into point data. Return type matches input.