NAME
        DtShapeGetScale - Returns the scale factors of the
	given shape's local transformation matrix.


     SYNOPSIS
          #include <Dt.h>


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


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


     IMPLEMENTATION


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


     FILES
          Link with -lDtOMio