glyphs#
- glyphs(grid_sz=3)[source]#
Create several parametric supertoroids using VTK’s glyph table functionality.
- Parameters:
- grid_sz
int, default: 3 Create
grid_sz x grid_szsupertoroids.
- grid_sz
- Returns:
pyvista.PolyDataMesh of supertoroids.
See also
Examples#
Download Python source code | Download Jupyter notebook
>>> from pyvista import demos
>>> mesh = demos.glyphs()
>>> mesh.plot()