ISelectionManager
#
- class ansys.mechanical.stubs.v242.Ansys.ACT.Interfaces.Common.ISelectionManager#
Bases:
object
Defines a selection manager.
Overview#
Adds a new selection to the current selection. |
|
Clears the current selection. |
|
Creates a new selection information based on its type. |
|
Creates a new selection. |
Gets the current selection. |
Property detail#
- property ISelectionManager.CurrentSelection: Ansys.ACT.Interfaces.Common.ISelectionInfo | None#
Gets the current selection.
Method detail#
- ISelectionManager.AddSelection(info: Ansys.ACT.Interfaces.Common.ISelectionInfo) None #
Adds a new selection to the current selection.
- ISelectionManager.CreateSelectionInfo(selectionType: Ansys.ACT.Interfaces.Common.SelectionTypeEnum) Ansys.ACT.Interfaces.Common.ISelectionInfo #
Creates a new selection information based on its type.
- ISelectionManager.NewSelection(info: Ansys.ACT.Interfaces.Common.ISelectionInfo) None #
Creates a new selection.