Tao.Ode SDK Documentation

Ode.dBodyGetNumJoints Method 

Return the number of joints that are attached to this body.

[Visual Basic]
Public Shared Function dBodyGetNumJoints( _
   ByVal b As IntPtr _
) As Integer
[C#]
public static int dBodyGetNumJoints(
   IntPtr b
);

Parameters

b
A dBodyID

Return Value

An int

See Also

Ode Class | Tao.Ode Namespace