nnum_all¶
- property MeshGrpc.nnum_all: numpy.ndarray¶
Array of all node numbers, even those not selected.
Examples
>>> mapdl.mesh.nnum_all array([ 1, 2, 3, ..., 19998, 19999, 20000])
- Return type
Array of all node numbers, even those not selected.
Examples
>>> mapdl.mesh.nnum_all
array([ 1, 2, 3, ..., 19998, 19999, 20000])