Tao.Ode SDK Documentation

Ode.dGeomGetSpace Method 

Query for the space containing the specified geom.

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

Parameters

geom
the geom to query

Return Value

The space containing the geom, or NULL if the geom is not contained by a space.

See Also

Ode Class | Tao.Ode Namespace