gluGetTessProperty - get a tessellation object property.
void gluGetTessProperty (GLUtesselator* tess,
GLenum which,
GLdouble* data);
gluGetTessProperty retrieves properties stored in a tessellation object. These properties affect the way that tessellation objects are interpreted and rendered. See the gluTessProperty reference page for information about the properties and what they do.