IMechanicalSelectionInfo#

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

Bases: object

Defines the mechanical selection information.

Overview#

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.