UnitPreferencesUnit =================== .. py:class:: ansys.stk.core.stkutil.UnitPreferencesUnit Object that contains info on the unit. .. py:currentmodule:: UnitPreferencesUnit Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkutil.UnitPreferencesUnit.full_name` - Return the fullname of the unit. * - :py:attr:`~ansys.stk.core.stkutil.UnitPreferencesUnit.abbrv` - Return the abbreviation of the unit. * - :py:attr:`~ansys.stk.core.stkutil.UnitPreferencesUnit.identifier` - Return the ID of the unit. * - :py:attr:`~ansys.stk.core.stkutil.UnitPreferencesUnit.dimension` - Return the Dimension for this unit. Import detail ------------- .. code-block:: python from ansys.stk.core.stkutil import UnitPreferencesUnit Property detail --------------- .. py:property:: full_name :canonical: ansys.stk.core.stkutil.UnitPreferencesUnit.full_name :type: str Return the fullname of the unit. .. py:property:: abbrv :canonical: ansys.stk.core.stkutil.UnitPreferencesUnit.abbrv :type: str Return the abbreviation of the unit. .. py:property:: identifier :canonical: ansys.stk.core.stkutil.UnitPreferencesUnit.identifier :type: int Return the ID of the unit. .. py:property:: dimension :canonical: ansys.stk.core.stkutil.UnitPreferencesUnit.dimension :type: UnitPreferencesDimension Return the Dimension for this unit.