Tao.Ode SDK Documentation

Ode.dSpaceRemove Method 

Remove a geom from a space. This does nothing if the geom is not actually in the space. This function is called automatically by dGeomDestroy if the geom is in a space.

[Visual Basic]
Public Shared Sub dSpaceRemove( _
   ByVal space As IntPtr, _
   ByVal geom As IntPtr _
)
[C#]
public static void dSpaceRemove(
   IntPtr space,
   IntPtr geom
);

Parameters

space
the space containing the geom
geom
the geom to be removed

See Also

Ode Class | Tao.Ode Namespace