enum¶
- property MeshGrpc.enum: numpy.ndarray¶
Element numbers of currently selected elements
Examples
>>> mapdl.mesh.enum array([ 1, 2, 3, ..., 9998, 9999, 10000])
- Return type
Element numbers of currently selected elements
Examples
>>> mapdl.mesh.enum
array([ 1, 2, 3, ..., 9998, 9999, 10000])