| SoWinSpaceballSetRotationScaleFactor Method  | 
The spaceball reports rotations and translations as integers. 
 
Namespace: OIV.Inventor.Win.DevicesAssembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic void SetRotationScaleFactor(
	float f
)
Public Sub SetRotationScaleFactor ( 
	f As Single
)
public:
void SetRotationScaleFactor(
	float f
)
member SetRotationScaleFactor : 
        f : float32 -> unit 
Parameters
- f
 - Type: SystemSingle
 
RemarksThese values must be scaled to be useful. This method sets the rotation scale factor. Default is .006. 
See Also