ansys.mapdl.core.Mapdl.vsla#
- Mapdl.vsla(type_='', vlkey='', **kwargs)#
Selects those volumes containing the selected areas.
Mechanical APDL Command: VSLA
- Parameters:
- type_
str
Label identifying the type of volume select:
S
- Select a new set (default).R
- Reselect a set from the current set.A
- Additionally select a set and extend the current set.U
- Unselect a set from the current set.
- vlkey
int
orstr
Specifies whether all contained volume areas must be selected ( asel ):
0
- Select volume if any of its areas are in the selected area set.1
- Select volume only if all of its areas are in the selected area set.
- type_
Notes
This command is valid in any processor.