Tao.Ode SDK Documentation

Ode.dGeomGetData Method 

Get the user-defined data pointer stored in the geom. WARNING: It is unclear from the ODE source and the documentation what the nature of user-data is. This function is here for the sake of completeness because it is part of ODE's public API, but has NOT been tested in any way. Use at own risk.

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

Parameters

geom
A dGeomID

Return Value

A void*

See Also

Ode Class | Tao.Ode Namespace