PointGrid.plot_curvature

PointGrid.plot_curvature#

PointGrid.plot_curvature(
curv_type: Literal['mean', 'gaussian', 'maximum', 'minimum'] = 'mean',
**kwargs,
) Any[source]#

Plot the curvature of the external surface of the grid.

Parameters:
curv_typestr, default: “mean”

One of the following strings indicating curvature types. - 'mean' - 'gaussian' - 'maximum' - 'minimum'

**kwargsdict, optional

Optional keyword arguments. See pyvista.plot().

Returns:
list

Camera position, focal point, and view up. Returned when return_cpos is True.