Tao.Ode SDK Documentation

Ode.dGeomIsEnabled Method 

Check if a geom is enabled. New geoms are created in the enabled state.

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

Parameters

geom
the geom to query

Return Value

Returns non-zero if a geom is enabled, zero otherwise.

See Also

Ode Class | Tao.Ode Namespace