triangulate_algorithm#
- triangulate_algorithm(inp)[source]#
Triangulate the input data.
- Parameters:
- inpvtkDataObject
The input data to be triangulated.
- Returns:
- vtkTriangleFilter
The triangle filter that has been applied to the input data.
Triangulate the input data.
The input data to be triangulated.
The triangle filter that has been applied to the input data.