The gluGetNurbsProperty function gets a NURBS property.
void gluGetNurbsProperty(
GLUnurbsObj * nobj,
GLenum property,
GLfloat * value
);
Use gluGetNurbsProperty to retrieve properties stored in a NURBS object. These properties affect the way NURBS curves and surfaces are rendered. For information about what the properties are and what they do, see gluNurbsProperty.
Windows NT: Use version 3.5 and later.
Windows: Use Windows 95 and later.
Windows CE: Unsupported.
Header: Declared in glu.h.
Import Library: Link with glu32.lib.
gluNewNurbsRenderer, gluNurbsProperty