NAME
        DtShapeGetTranslation - Returns the translation of the
	given shape's local transformation matrix.


     SYNOPSIS
          #include <Dt.h>


          int  DtShapeGetTranslation( int shapeID, float *x, float *y, float *z )


     DESCRIPTION
        DtShapeGetTranslation() returns the translation of the given shape's 
	local transformation matrix. The coordinates of the translation are stored at 
	the addresses of x, y and z. 


     IMPLEMENTATION


     DIAGNOSTICS
          DtShapeGetTranslation() returns 1 on success, 0 on failure.


     FILES
          Link with -lDtOMio