pyvista.ParametricPseudosphere#

ParametricPseudosphere(**kwargs)[source]#

Generate a pseudosphere.

ParametricPseudosphere generates a parametric pseudosphere. The pseudosphere is generated as a surface of revolution of the tractrix about it’s asymptote, and is a surface of constant negative Gaussian curvature.

Parameters:
**kwargsdict, optional

See surface_from_para() for additional keyword arguments.

Returns:
pyvista.PolyData

ParametricPseudosphere surface.

Examples

Create a ParametricPseudosphere mesh.

>>> import pyvista as pv
>>> mesh = pv.ParametricPseudosphere()
>>> mesh.plot(color='w', smooth_shading=True)
https://d33wubrfki0l68.cloudfront.net/bca4d1f29c2aa79be3e90ac23f1c458a7fccd565/a16e2/_images/pyvista-parametricpseudosphere-1_00_00.png