Click or drag to resize
SoTrackballDraggerSetAnimationEnabled Method

Enables/disables spin animation.

Namespace: OIV.Inventor.Draggers
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SetAnimationEnabled(
	bool newVal
)

Parameters

newVal
Type: SystemBoolean
Remarks

When spin animation is enabled, if the mouse is moving while you release it, the trackball will continue to spin afterwards. By default, spin animation is enabled.

See Also