nrrang#

Nodes.nrrang(nmin='', nmax='', ninc='', **kwargs)#

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

Mechanical APDL Command: NRRANG

Parameters:
nminstr

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

nmaxstr

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

nincstr

Node range is defined from NMIN (defaults to 1) to NMAX (defaults to 999999999) 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.