Tao.Ode SDK Documentation

Ode.dGeomGetBody Method 

Get the body associated with a placeable geom.

[Visual Basic]
Public Shared Function dGeomGetBody( _
   ByVal geom As IntPtr _
) As IntPtr
[C#]
public static IntPtr dGeomGetBody(
   IntPtr geom
);

Parameters

geom
A dGeomID

Return Value

A dBodyID

See Also

Ode Class | Tao.Ode Namespace