pyvista.demos.demos.glyphs#

glyphs(grid_sz=3)[source]#

Create several parametric supertoroids using VTK’s glyph table functionality.

Parameters:
grid_szint, default: 3

Create grid_sz x grid_sz supertoroids.

Returns:
pyvista.PolyData

Mesh of supertoroids.

See also

plot_glyphs

Examples

>>> from pyvista import demos
>>> mesh = demos.glyphs()
>>> mesh.plot()
../../../_images/pyvista-demos-demos-glyphs-1_00_00.png