.. vale off :class:`CondensedPartInterfaces` ================================ .. py:class:: ansys.mechanical.stubs.v242.Ansys.ACT.Automation.Mechanical.CondensedPartInterfaces Bases: :py:obj:`object` A collection of condensed part interface. .. !! processed by numpydoc !! .. py:currentmodule:: CondensedPartInterfaces Overview -------- .. tab-set:: .. tab-item:: Methods .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~Clear` - Clears all the condensed part interfaces * - :py:attr:`~Add` - Add new condensed part interface * - :py:attr:`~RemoveAt` - Remove condensed part interface at the given index .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~Item` - Item property. Property detail --------------- .. py:property:: Item :no-index: :type: Optional[Ansys.ACT.Automation.Mechanical.CondensedPartInterface] Item property. .. !! processed by numpydoc !! Method detail ------------- .. py:method:: Clear() -> System.Void :no-index: Clears all the condensed part interfaces .. !! processed by numpydoc !! .. py:method:: Add() -> System.Void :no-index: Add new condensed part interface .. !! processed by numpydoc !! .. py:method:: RemoveAt(index: System.Int32) -> System.Void :no-index: Remove condensed part interface at the given index .. !! processed by numpydoc !! .. vale on