.. vale off :class:`MechanicalDataModel` ============================ .. py:class:: ansys.mechanical.stubs.v252.Ansys.ACT.Mechanical.MechanicalDataModel Bases: :py:obj:`object` .. py:currentmodule:: MechanicalDataModel Overview -------- .. tab-set:: .. tab-item:: Methods .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~RecomputeState` - Recomputes the states of the data model objects. Best used with data model changes made during callbacks in Python Code or Extensions. * - :py:attr:`~Remove` - Remove method. * - :py:attr:`~Suppress` - Suppress method. * - :py:attr:`~Unsuppress` - Unsuppress method. Method detail ------------- .. py:method:: RecomputeState() -> None Recomputes the states of the data model objects. Best used with data model changes made during callbacks in Python Code or Extensions. .. !! processed by numpydoc !! .. py:method:: Remove(dataModelObjects: Iterable[Ansys.Mechanical.DataModel.Interfaces.IDataModelObject]) -> None Remove method. .. !! processed by numpydoc !! .. py:method:: Suppress(dataModelObjects: Iterable[Ansys.Mechanical.DataModel.Interfaces.IDataModelObject]) -> None Suppress method. .. !! processed by numpydoc !! .. py:method:: Unsuppress(dataModelObjects: Iterable[Ansys.Mechanical.DataModel.Interfaces.IDataModelObject]) -> None Unsuppress method. .. !! processed by numpydoc !! .. vale on