ansys.mapdl.core.Mapdl.lslk#
- Mapdl.lslk(type_='', lskey='', **kwargs)#
Selects those lines containing the selected keypoints.
Mechanical APDL Command: LSLK
- Parameters:
- type_
str
Label identifying the type of line 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.
- lskey
int
orstr
Specifies whether all contained line keypoints must be selected ( ksel ):
0
- Select line if any of its keypoints are in the selected keypoint set.1
- Select line only if all of its keypoints are in the selected keypoint set.
- type_
Notes
This command is valid in any processor.