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