Tao.Ode SDK Documentation

Ode.dGeomDisable Method 

Disable a geom. Disabled geoms are completely ignored by dSpaceCollide and dSpaceCollide2, although they can still be members of a space. New geoms are created in the enabled state.

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

Parameters

geom
the geom to disable

See Also

Ode Class | Tao.Ode Namespace