IMechanicalSelectionInfo#

class ansys.mechanical.stubs.v242.Ansys.ACT.Interfaces.Mechanical.IMechanicalSelectionInfo#

Bases: object

Defines the mechanical selection information.

Overview#

get_Id

get_Id method.

get_Ids

get_Ids method.

get_Name

get_Name method.

get_SelectionType

get_SelectionType method.

set_Ids

set_Ids method.

set_Name

set_Name method.

set_SelectionType

set_SelectionType method.

ElementFaceIndices

Gets the list indices needed to define the face of an element.

Entities

Gets the list of selected geometry entities.

Id

Id property.

Ids

Ids property.

Name

Name property.

SelectionType

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.Id: int | None#

Id property.

property IMechanicalSelectionInfo.Ids: List[int] | None#

Ids property.

property IMechanicalSelectionInfo.Name: str | None#

Name property.

property IMechanicalSelectionInfo.SelectionType: Ansys.ACT.Interfaces.Common.SelectionTypeEnum | None#

SelectionType property.

Method detail#

IMechanicalSelectionInfo.get_Id() int#

get_Id method.

IMechanicalSelectionInfo.get_Ids() List[int]#

get_Ids method.

IMechanicalSelectionInfo.get_Name() str#

get_Name method.

IMechanicalSelectionInfo.get_SelectionType() Ansys.ACT.Interfaces.Common.SelectionTypeEnum#

get_SelectionType method.

IMechanicalSelectionInfo.set_Ids(value: List[int]) None#

set_Ids method.

IMechanicalSelectionInfo.set_Name(value: str) None#

set_Name method.

IMechanicalSelectionInfo.set_SelectionType(value: Ansys.ACT.Interfaces.Common.SelectionTypeEnum) None#

set_SelectionType method.