PointGrid.plot_curvature#
- PointGrid.plot_curvature(curv_type='mean', **kwargs)[source]#
Plot the curvature of the external surface of the grid.
- Parameters:
- curv_type
str, default: “mean” One of the following strings indicating curvature types. -
'mean'-'gaussian'-'maximum'-'minimum'- **kwargs
dict,optional Optional keyword arguments. See
pyvista.plot().
- curv_type
- Returns:
listCamera position, focal point, and view up. Returned when
return_cposisTrue.
Used In#
Gallery Examples