Tao.Ode SDK Documentation

Ode.dConnectingJointList Method 

[Visual Basic]
Public Shared Function dConnectingJointList( _
   ByVal body1 As IntPtr, _
   ByVal body2 As IntPtr, _
   ByRef connectingJoints As IntPtr() _
) As Integer
[C#]
public static int dConnectingJointList(
   IntPtr body1,
   IntPtr body2,
   out IntPtr[] connectingJoints
);

See Also

Ode Class | Tao.Ode Namespace