extract_surface_algorithm

extract_surface_algorithm#

extract_surface_algorithm(
inp,
pass_pointid: bool = False,
pass_cellid: bool = False,
nonlinear_subdivision=1,
)[source]#

Add vtkDataSetSurfaceFilter to pipeline.

Parameters:
inppyvista.DataSet

Input data to be filtered.

pass_pointidbool, default: False

If True, pass point IDs to the output.

pass_cellidbool, default: False

If True, pass cell IDs to the output.

nonlinear_subdivisionint, default: 1

Level of nonlinear subdivision.

Returns:
vtkDataSetSurfaceFilter

Surface filter applied to the input data.