TranslationUnit model the different values that can be taken by the unit field of a translation. More...
#include <TranslationUnit.h>
Static Public Member Functions | |
static TranslationUnit & | M () |
meters | |
static TranslationUnit & | MICRO_M () |
micro meters | |
static TranslationUnit & | MM () |
millimeters | |
static TranslationUnit & | NM () |
nano meters | |
Additional Inherited Members | |
![]() | |
std::string | getUnitName () |
virtual | ~Unit ()=default |
![]() | |
std::string | unitString |
TranslationUnit model the different values that can be taken by the unit field of a translation.
|
static |
meters
References M().
Referenced by M(), Translation::Translation(), and Loads::xmlRead().
|
static |
micro meters
References MICRO_M().
Referenced by MICRO_M(), and Loads::xmlRead().
|
static |
millimeters
References MM().
Referenced by MM(), and Loads::xmlRead().
|
static |
nano meters
References NM().
Referenced by NM(), and Loads::xmlRead().