UnitPreferencesUnit#

class ansys.stk.core.stkutil.UnitPreferencesUnit#

Object that contains info on the unit.

Overview#

full_name

Return the fullname of the unit.

abbrv

Return the abbreviation of the unit.

identifier

Return the ID of the unit.

dimension

Return the Dimension for this unit.

Import detail#

from ansys.stk.core.stkutil import UnitPreferencesUnit

Property detail#

property UnitPreferencesUnit.full_name: str#

Return the fullname of the unit.

property UnitPreferencesUnit.abbrv: str#

Return the abbreviation of the unit.

property UnitPreferencesUnit.identifier: int#

Return the ID of the unit.

property UnitPreferencesUnit.dimension: UnitPreferencesDimension#

Return the Dimension for this unit.