pointset_to_polydata_algorithm#
- pointset_to_polydata_algorithm(
- inp,
Add a filter that casts PointSet to PolyData.
- Parameters:
- inp
pyvista.PointSet Input point set to be cast to PolyData.
- inp
- Returns:
- vtkAlgorithm
Filter that casts the input PointSet to PolyData.