ISelectionInfo#

class ansys.mechanical.stubs.v251.Ansys.ACT.Interfaces.Common.ISelectionInfo#

Bases: object

Defines a selection information.

Overview#

Id

Gets the selection identifier.

Ids

Gets or sets selected IDs.

Name

Gets or sets the selection name.

SelectionType

Gets or sets the selection type.

Property detail#

property ISelectionInfo.Id: int | None#

Gets the selection identifier.

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

Gets or sets selected IDs.

property ISelectionInfo.Name: str | None#

Gets or sets the selection name.

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

Gets or sets the selection type.