ansys.mapdl.core.Mapdl.nsll#

Mapdl.nsll(type_='', nkey='', **kwargs)#

Selects those nodes associated with the selected lines.

Mechanical APDL Command: NSLL

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.

nkeyint or str

Specifies whether only interior line nodes are to be selected:

  • 0 - Select only nodes interior to selected lines.

  • 1 - Select all nodes (interior to line and at keypoints) associated with the selected lines.

Notes

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

This command is valid in any processor.