SoWinSpaceballSetRotationScaleFactor 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 SetRotationScaleFactor(
float f
)
Public Sub SetRotationScaleFactor (
f As Single
)
public:
void SetRotationScaleFactor(
float f
)
member SetRotationScaleFactor :
f : float32 -> unit
Parameters
- f
- Type: SystemSingle
Remarks These values must be scaled to be useful. This method sets the rotation scale factor. Default is .006.
See Also