Tao.Ode SDK Documentation

Ode.dGeomTransformSetGeom Method 

Set the geom that the geometry transform g encapsulates. The object obj must not be inserted into any space, and must not be associated with any body. If g has its clean-up mode turned on, and it already encapsulates an object, the old object will be destroyed before it is replaced with the new one.

[Visual Basic]
Public Shared Sub dGeomTransformSetGeom( _
   ByVal g As IntPtr, _
   ByVal obj As IntPtr _
)
[C#]
public static void dGeomTransformSetGeom(
   IntPtr g,
   IntPtr obj
);

Parameters

g
A dGeomID
obj
A dGeomID

See Also

Ode Class | Tao.Ode Namespace