pyvista.MultiBlockPlot3DReader.remove_function#
- MultiBlockPlot3DReader.remove_function(value: int | Plot3DFunctionEnum)[source]#
Remove one function from list of functions to compute.
For details on the types of accepted values, see :meth:
add_function.- Parameters:
- value
int|Plot3DFunctionEnum The function to remove.
- value