paput#

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

Retrieves path information from an array variable.

APDL Command: PAPUT

Parameters:
parray

Name of the array variable containing the path information.

popt

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).