SoWinSpaceballSetTranslationScaleFactor Method |
The spaceball reports rotations and translations as integers.
Namespace: OIV.Inventor.Win.DevicesAssembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetTranslationScaleFactor(
float f
)
Public Sub SetTranslationScaleFactor (
f As Single
)
public:
void SetTranslationScaleFactor(
float f
)
member SetTranslationScaleFactor :
f : float32 -> unit
Parameters
- f
- Type: SystemSingle
Remarks These values must be scaled to be useful. This method sets the translation the scale factor. Default is .006.
See Also