.. vale off :class:`MechanicalUnitSystem` ============================= .. py:class:: ansys.mechanical.stubs.v241.Ansys.ACT.Interfaces.Common.MechanicalUnitSystem Bases: :py:obj:`object` Contains all possible mechanical unit systems (standard and consistent). The standard unit systems are used in the mechanical UI. (From the toolbar menu "Unit"). Be aware that the standard unit systems are NOT consistent. The consistent unit systems are mostly used in the solver. .. !! processed by numpydoc !! .. py:currentmodule:: MechanicalUnitSystem Overview -------- .. tab-set:: .. tab-item:: Methods .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~GetConsistentUnitSystem` - Gets the consistent unit system (i.e. solver unit system.) * - :py:attr:`~GetMechanicalUnitSystemType` - Get the MechanicalUnitSystemEnum for this MechanicalUnitSystem Method detail ------------- .. py:method:: GetConsistentUnitSystem() -> Ansys.ACT.Interfaces.Common.MechanicalUnitSystem Gets the consistent unit system (i.e. solver unit system.) .. !! processed by numpydoc !! .. py:method:: GetMechanicalUnitSystemType() -> Ansys.ACT.Interfaces.Common.MechanicalUnitSystemEnum Get the MechanicalUnitSystemEnum for this MechanicalUnitSystem .. !! processed by numpydoc !! .. vale on