D3D.DrawCoordSys

Previous  Next

 

state = D3D.DrawCoordSys( nControl AS INTEGER,

                          state    AS INTEGER ) AS INTEGER

 


 

Enables or disables the drawing of the coordinate system axis

 

Example:

 

D3D.SetFloorOffset( nControl, 0, 0, 0 )

D3D.DrawFloor( nControl, TRUE )

D3D.DrawCoordSys( nControl, TRUE )