ansys.mapdl.core.Mapdl.susel#
- Mapdl.susel(type_='', name1='', name2='', name3='', name4='', name5='', name6='', name7='', name8='', **kwargs)#
Selects a subset of surfaces
Mechanical APDL Command: SUSEL
- Parameters:
- type_
str
Label identifying the type of select:
S
- Selects a new set (default).R
- Reselects a set from the current set.A
- Additionally selects a set and extends the current set.U
- Unselects a set from the current set.ALL
- Also selects all surfaces.NONE
- Unselects all surfaces.
- name1
str
Eight character surface names
- name2
str
Eight character surface names
- name3
str
Eight character surface names
- name4
str
Eight character surface names
- name5
str
Eight character surface names
- name6
str
Eight character surface names
- name7
str
Eight character surface names
- name8
str
Eight character surface names
- type_
Notes
The selected set of surfaces is used in the following operations: sumap, sudel, sucalc, sueval, and suvect.