Tao.Ode SDK Documentation

Ode.dGeomTransformGetGeom Method 

Get the geom that the geometry transform g encapsulates.

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

Parameters

g
A dGeomID

Return Value

A dGeomID

See Also

Ode Class | Tao.Ode Namespace