Tao.Ode SDK Documentation

Ode.dGeomTransformGetInfo Method 

Set and get the "information" mode of geometry transform g. The mode can be 0 or 1. The default mode is 0.

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

Parameters

g
A dGeomID

Return Value

An int

See Also

Ode Class | Tao.Ode Namespace