pyvista.DataObjectFilters.ptc#
- DataObjectFilters.ptc( )[source]#
Transform point data into cell 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
point_data_to_cell_data()
.- Parameters:
- Returns:
DataSet
|MultiBlock
Dataset with the point data transformed into cell data. Return type matches input.