Skip to main content

Mechanical scripting interface

IMechanicalSelectionInfo

Last update: 14.01.2025

class Ansys.ACT.Interfaces.Mechanical.IMechanicalSelectionInfo

Bases: object

Defines the mechanical selection information.

Overview

Properties

Name Description
ElementFaceIndices Gets the list indices needed to define the face of an element.
Entities Gets the list of selected geometry entities.

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.