|  | UnitsUtilities Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: HightlanderSolutions.MeshCheckerEditorExtension.Utilities
 Syntax
Syntaxpublic static class UnitsUtilities
The UnitsUtilities type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|   | GetUnitString | 
                Gets the short name of a unit type.
             | 
|   | TranslateToCurrentUnits | 
                Translates a raw float data (unity units) to the currently selected units (m, cm, ft or inches)
             | 
|   | TranslateToCurrentUnitsString | 
                Translates a raw float data (unity units) to the currently selected units and converts to string.
             | 
|   | TranslateToUnitsAndRound | 
                Does TranslateToCurrentUnits(Single) and then RoundValueWithPrecision(Single).
             | 
 See Also
See Also