ansys.mapdl.core.Mapdl.nooffset#

Mapdl.nooffset(label='', **kwargs)#

Prevents the cdread command from offsetting specified data items

Mechanical APDL Command: NOOFFSET

Parameters:
labelstr

Specifies items not to be offset.

  • NODE - Node numbers

  • ELEM - Element numbers

  • KP - Keypoint numbers

  • LINE - Line numbers

  • AREA - Area numbers

  • VOLU - Volume numbers

  • MAT - Material numbers

  • TYPE - Element type numbers

  • REAL - Real constant numbers

  • CSYS - Coordinate system numbers

  • SECN - Section numbers

  • CP - Coupled set numbers

  • CE - Constraint equation numbers

  • CLEAR - All items will be offset

  • STATUS - Shows which items are specified not to be offset.

Notes

The nooffset command specifies data items not to be offset by a set of data read from a cdread command.