ansys.mapdl.core.Mapdl.paput#

Mapdl.paput(parray='', popt='', **kwargs)#

Retrieves path information from an array variable.

Mechanical APDL Command: PAPUT

Parameters:
parraystr

Name of the array variable containing the path information.

poptstr

Specifies which path data to retrieve:

  • POINTS - Retrieve path point information (specified with the ppath command and stored with the paget,POINTS command). The path data name will be assigned to the path points.

  • TABLE - Retrieve path data items (defined via the pdef command and stored with the paget,,TABLE command).

  • LABEL - Retrieve path labels stored with the paget,,LABEL command.

Notes

When retrieving path information, restore path points (POINTS option) first, then the path data (TABLE option), and then the path labels (LABEL option).