IMechanicalSelectionInfo#
- class ansys.mechanical.stubs.v252.Ansys.ACT.Interfaces.Mechanical.IMechanicalSelectionInfo#
Bases:
objectDefines the mechanical selection information.
Overview#
get_Id method. |
|
get_Ids method. |
|
get_Name method. |
|
get_SelectionType method. |
|
set_Ids method. |
|
set_Name method. |
|
set_SelectionType method. |
Gets the list indices needed to define the face of an element. |
|
Gets the list of selected geometry entities. |
|
Id property. |
|
Ids property. |
|
Name property. |
|
SelectionType property. |
Property detail#
- property IMechanicalSelectionInfo.ElementFaceIndices: List[int] | None#
Gets the list indices needed to define the face of an element.
- property IMechanicalSelectionInfo.Entities: List[Ansys.ACT.Interfaces.Geometry.IGeoEntity] | None#
Gets the list of selected geometry entities.
- property IMechanicalSelectionInfo.SelectionType: Ansys.ACT.Interfaces.Common.SelectionTypeEnum | None#
SelectionType property.
Method detail#
- IMechanicalSelectionInfo.get_SelectionType() Ansys.ACT.Interfaces.Common.SelectionTypeEnum#
get_SelectionType method.
- IMechanicalSelectionInfo.set_SelectionType(value: Ansys.ACT.Interfaces.Common.SelectionTypeEnum) None#
set_SelectionType method.