enum_all#

property MeshGrpc.enum_all: ndarray[source]#

Array of all element numbers, even those not selected.

Examples

>>> mapdl.mesh.enum_all
array([    1,     2,     3, ..., 19998, 19999, 20000])