Selecting#

class ansys.mapdl.core._commands.database.selecting.Selecting#

Selecting.allsel([labt, entity])

Selects all entities with a single command.

Selecting.asel([type_, item, comp, vmin, ...])

Selects a subset of areas.

Selecting.asll([type_, arkey])

Selects those areas containing the selected lines.

Selecting.aslv([type_])

Selects those areas contained in the selected volumes.

Selecting.dofsel([type_, dof1, dof2, dof3, ...])

Selects a DOF label set for reference by other commands.

Selecting.esel([type_, item, comp, vmin, ...])

Selects a subset of elements.

Selecting.esla([type_])

Selects those elements associated with the selected areas.

Selecting.esll([type_])

Selects those elements associated with the selected lines.

Selecting.esln([type_, ekey, nodetype])

Selects those elements attached to the selected nodes.

Selecting.eslv([type_])

Selects elements associated with the selected volumes.

Selecting.ksel([type_, item, comp, vmin, ...])

Selects a subset of keypoints or hard points.

Selecting.ksll([type_])

Selects those keypoints contained in the selected lines.

Selecting.ksln([type_])

Selects those keypoints associated with the selected nodes.

Selecting.lsel([type_, item, comp, vmin, ...])

Selects a subset of lines.

Selecting.lsla([type_])

Selects those lines contained in the selected areas.

Selecting.lslk([type_, lskey])

Selects those lines containing the selected keypoints.

Selecting.nsel([type_, item, comp, vmin, ...])

Selects a subset of nodes.

Selecting.nsla([type_, nkey])

Selects those nodes associated with the selected areas.

Selecting.nsle([type_, nodetype, num])

Selects those nodes attached to the selected elements.

Selecting.nslk([type_])

Selects those nodes associated with the selected keypoints.

Selecting.nsll([type_, nkey])

Selects those nodes associated with the selected lines.

Selecting.nslv([type_, nkey])

Selects those nodes associated with the selected volumes.

Selecting.seltol([toler])

Sets the tolerance for subsequent select operations.

Selecting.vsel([type_, item, comp, vmin, ...])

Selects a subset of volumes.

Selecting.vsla([type_, vlkey])

Selects those volumes containing the selected areas.