Click or drag to resize

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
C#
public static float TranslateToCurrentUnits(
	float inputValue
)

Parameters

inputValue
Type: SystemSingle
The input raw data.

Return Value

Type: Single
The value in currently selected units.
See Also