plot_curvature#
- UnstructuredGrid.plot_curvature(curv_type='mean', **kwargs)#
Plot the curvature of the external surface of the grid.
- Parameters
- curv_type
str
,optional
One of the following strings indicating curvature types. -
'mean'
-'gaussian'
-'maximum'
-'minimum'
- **kwargs
dict
,optional
Optional keyword arguments. See
pyvista.plot()
.
- curv_type
- Returns
list
Camera position, focal point, and view up. Returned when
return_cpos
isTrue
.