ansys.mapdl.core.Mapdl.ksln#

Mapdl.ksln(type_='', **kwargs)#

Selects those keypoints associated with the selected nodes.

Mechanical APDL Command: KSLN

Parameters:
type_str

Label identifying the type of keypoint 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.

Notes

Valid only if the nodes were generated by a meshing operation ( kmesh, lmesh, amesh, vmesh ) on a solid model that contains the associated keypoints.

This command is valid in any processor.