ansys.mapdl.core.Mapdl.padele#
- Mapdl.padele(delopt='', **kwargs)#
Deletes a defined path.
Mechanical APDL Command: PADELE
Command default:
Deletes the currently active path.
- Parameters:
- delopt
str
Path delete option (one of the following):
ALL
- Delete all defined paths.NAME
- Delete a specific path from the list of path definitions. (Substitute the actual path name for NAME.)
- delopt
Notes
Paths are identified by individual path names. To review the current list of path names, issue the command path,STATUS.
This command is valid in the general postprocessor.