errang#
- Elements.errang(emin='', emax='', einc='', **kwargs)#
Specifies the element range to be read from a file.
Mechanical APDL Command: ERRANG
- Parameters:
- emin
str Elements with numbers from
EMIN(defaults to 1) toEMAX(defaults to 999999999) in steps ofEINC(defaults to 1) will be read.- emax
str Elements with numbers from
EMIN(defaults to 1) toEMAX(defaults to 999999999) in steps ofEINC(defaults to 1) will be read.- einc
str Elements with numbers from
EMIN(defaults to 1) toEMAX(defaults to 999999999) in steps ofEINC(defaults to 1) will be read.
- emin
Notes
Defines the element number range to be read ( eread ) from the element file. If a range is also implied from the nrrang command, only those elements satisfying both ranges will be read.