pointset_to_polydata_algorithm

pointset_to_polydata_algorithm#

pointset_to_polydata_algorithm(
inp,
) PointSetToPolyDataAlgorithm[source]#

Add a filter that casts PointSet to PolyData.

Parameters:
inppyvista.PointSet

Input point set to be cast to PolyData.

Returns:
vtkAlgorithm

Filter that casts the input PointSet to PolyData.