Click or drag to resize
SoTrackerReaderSetUnitScaleFactor Method

Sets the unit scale factor.

Namespace: OIV.ScaleViz.Interaction
Assembly: OIV.ScaleViz (in OIV.ScaleViz.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
public void SetUnitScaleFactor(
	float name_28056
)

Parameters

name_28056
Type: SystemSingle
Remarks

The positions from the tracker are multiplied by the unit scale factor. The initial unit is provided by the tracking system. For example, the tracking system gives coordinates in feet. For coordinates in inches, the unit scale factor should be set to 12.0.

See Also