NAME
        DtShapeGetScalePivot - Returns the scale pivot of the
	given shape in world coordinates.


     SYNOPSIS
          #include <Dt.h>


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


     DESCRIPTION
        DtShapeGetScalePivot() returns the scale pivot of the 
	given shape in world coordinates. The coordinates of the scale pivot
	are stored at the addresses of x, y and z. The scale pivot may not
	necessarily be at the origin of the object's transformation matrix.


     IMPLEMENTATION


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


     FILES
          Link with -lDtOMio