ansys.mapdl.core.Mapdl.paput#
- Mapdl.paput(parray='', popt='', **kwargs)#
Retrieves path information from an array variable.
Mechanical APDL Command: PAPUT
- Parameters:
- parray
str
Name of the array variable containing the path information.
- popt
str
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.
- parray
Notes
When retrieving path information, restore path points (POINTS option) first, then the path data (TABLE option), and then the path labels (LABEL option).