Use the stat() method on the meshing sequence to determine the number of elements of different types and the quality of elements. Use the
info() method to obtain topological information, the number of geometric entities, and so forth. When importing mesh, use
infoCurrent() to obtain topological information about the current (last built) mesh feature, and
info() to obtain this information about the finalized mesh. See
Geometry Object Information Methods for a list of available methods.
The stat() method returns an object with a collection of methods that can be queried for statistical information about the current mesh. There is also a selection,
The parameter string all gives statistics for all elements with the same dimension as the maximal dimension of the current selection. For example, if the entire geometry is selected in 2D, the parameter
all provides combined statistics for triangular and quadrilateral elements.