Tao.Ode SDK Documentation

Ode.dBodyGetAutoDisableLinearThreshold Method 

Method dBodyGetAutoDisableLinearThreshold Get a body's linear velocity threshold for automatic disabling. The body's linear velocity magnitude must be less than this threshold for it to be considered idle. Set the threshold to dInfinity to prevent the linear velocity from being considered.

[Visual Basic]
Public Shared Function dBodyGetAutoDisableLinearThreshold( _
   ByVal body As IntPtr _
) As Single
[C#]
public static float dBodyGetAutoDisableLinearThreshold(
   IntPtr body
);

Parameters

body
A dBodyID

Return Value

A dReal

See Also

Ode Class | Tao.Ode Namespace