ExplicitStructuredGrid.dimensions#
- property ExplicitStructuredGrid.dimensions: tuple[int, int, int][source]#
Return the topological dimensions of the grid.
Examples#
Download Python source code | Download Jupyter notebook
>>> from pyvista import examples
>>> grid = examples.load_explicit_structured()
>>> grid.dimensions
(5, 6, 7)