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).
- pname1
str
Name of existing path(s).
- pname2
str
Name of existing path(s).
- pname3
str
Name of existing path(s).
- pname4
str
Name of existing path(s).
- pname5
str
Name of existing path(s).
- pname6
str
Name of existing path(s).
- pname7
str
Name of existing path(s).
- pname8
str
Name of existing path(s).
- pname9
str
Name of existing path(s).
- pname10
str
Name of existing path(s).
- type_
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.