nrrang#

Mapdl.nrrang(nmin='', nmax='', ninc='', **kwargs)[source]#

Specifies the range of nodes to be read from the node file.

APDL Command: NRRANG

Parameters:
nmin, nmax, ninc

Node range is defined from NMIN (defaults to 1) to NMAX (defaults to 99999999) in steps of NINC (defaults to 1).

Notes

Defines the range of nodes to be read [NREAD] from the node file. Also implies an element range since only elements fully attached to these nodes will be read from the element file.