ansys.mapdl.core.Mapdl.psel#

Mapdl.psel(type_='', pname1='', pname2='', pname3='', pname4='', pname5='', pname6='', pname7='', pname8='', pname9='', pname10='', **kwargs)#

Selects a path or paths.

Mechanical APDL Command: PSEL

Parameters:
type_str

Label identifying the type of select:

  • S - Select a new path.

  • R - Reselect a path from the current set of paths.

  • A - Additionally select a path and extend the current set of paths.

  • U - Unselect a path from the current set of paths.

  • ALL - Restore the full set of paths.

  • NONE - Unselect the full set of paths.

  • INV - Invert the current set of paths (selected becomes unselected and vice versa).

pname1str

Name of existing path(s).

pname2str

Name of existing path(s).

pname3str

Name of existing path(s).

pname4str

Name of existing path(s).

pname5str

Name of existing path(s).

pname6str

Name of existing path(s).

pname7str

Name of existing path(s).

pname8str

Name of existing path(s).

pname9str

Name of existing path(s).

pname10str

Name of existing path(s).

Notes

Selects a path or multiple paths, up to ten. Data are flagged as selected and unselected; no data are actually deleted from the database. There is no default for this command; you must specify a type and pathname.