Tao.Ode SDK Documentation

Ode.dGeomIsSpace Method 

Determine if a geom is a space.

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

Parameters

geom
The geom to query

Return Value

An int, non-zero if the given geom is a space, zero otherwise.

See Also

Ode Class | Tao.Ode Namespace