Tao.Ode SDK Documentation

Ode.dSpaceGetNumGeoms Method 

Return the number of geoms contained within a space.

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

Parameters

space
the space to query

Return Value

the number of geoms in the space

See Also

Ode Class | Tao.Ode Namespace