ansys.mapdl.core.Mapdl.nslv#
- Mapdl.nslv(type_='', nkey='', **kwargs)#
Selects those nodes associated with the selected volumes.
Mechanical APDL Command: NSLV
- Parameters:
- type_
str
Label identifying the type of node 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.
- nkey
int
orstr
Specifies whether only interior volume nodes are to be selected:
0
- Select only nodes interior to selected volumes.1
- Select all nodes (interior to volume, interior to areas, interior to lines, and at keypoints) associated with the selected volumes.
- type_
Notes
Valid only if the nodes were generated by a volume meshing operation ( vmesh ) on a solid model that contains the selected volumes.
This command is valid in any processor.