.. vale off :class:`IMechanicalSelectionInfo` ================================= .. py:class:: ansys.mechanical.stubs.v241.Ansys.ACT.Interfaces.Mechanical.IMechanicalSelectionInfo Bases: :py:obj:`object` Defines the mechanical selection information. .. !! processed by numpydoc !! .. py:currentmodule:: IMechanicalSelectionInfo Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~Entities` - Gets the list of selected geometry entities. * - :py:attr:`~ElementFaceIndices` - Gets the list indices needed to define the face of an element. Property detail --------------- .. py:property:: Entities :no-index: :type: Optional[System.Collections.Generic.IList[Ansys.ACT.Interfaces.Geometry.IGeoEntity]] Gets the list of selected geometry entities. .. !! processed by numpydoc !! .. py:property:: ElementFaceIndices :no-index: :type: Optional[System.Collections.Generic.IList[System.Int32]] Gets the list indices needed to define the face of an element. .. !! processed by numpydoc !! .. vale on