SoTrackballDraggerSetAnimationEnabled Method |
Enables/disables spin animation.
Namespace: OIV.Inventor.DraggersAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.2.2.0 (10.16.2.0)
Syntaxpublic void SetAnimationEnabled(
bool newVal
)
Public Sub SetAnimationEnabled (
newVal As Boolean
)
public:
void SetAnimationEnabled(
bool newVal
)
member SetAnimationEnabled :
newVal : bool -> unit
Parameters
- newVal
- Type: SystemBoolean
RemarksWhen 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