NAME
          DtShapeGetPolygonNormalCount - Get the number of polygon normals in the
          shape.


     SYNOPSIS
          #include <Dt.h>


          int  DtShapeGetPolygonNormalCount( int shapeID, int *count )


     DESCRIPTION
          DtShapeGetPolygonNormalCount() returns the number of polygon normals in the
          shape indicated by the shapeID via the pointer to the count
          parameter.
          
          This corresponds to the flat shaded shaders.
     DIAGNOSTICS
          DtShapeGetPolygonNormalCount() returns one on success and zero on
          failure.


     FILES
          Link with -lDtOMio