The MeshStats object is a query object for holding mesh statistics and is returned by the getMeshStats command. The object does not have any methods.
import mesh
The MeshStats object has the following members:
An Int specifying the number of point elements.
An Int specifying the number of line elements.
An Int specifying the number of quadrilateral elements.
An Int specifying the number of triangular elements.
An Int specifying the number of hexahedral elements.
An Int specifying the number of wedge elements.
An Int specifying the number of tetrahedral elements.
An Int specifying the number of pyramid elements.
An Int specifying the number of nodes.
An Int specifying the number of regions that contain a mesh.