| UnitsUtilitiesTranslateToCurrentUnits Method |
Translates a raw float data (unity units) to the currently selected units (m, cm, ft or inches)
Namespace:
HightlanderSolutions.MeshCheckerEditorExtension.Utilities
Assembly:
MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax public static float TranslateToCurrentUnits(
float inputValue
)
Parameters
- inputValue
- Type: SystemSingle
The input raw data.
Return Value
Type:
SingleThe value in currently selected units.
See Also