Tao.Ode SDK Documentation

Ode.dGeomSetData Method 

Set 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 Sub dGeomSetData( _
   ByVal geom As IntPtr, _
   ByVal data As IntPtr _
)
[C#]
public static void dGeomSetData(
   IntPtr geom,
   IntPtr data
);

Parameters

geom
A dGeomID
data
An IntPtr

See Also

Ode Class | Tao.Ode Namespace