Share via


gluGetNurbsProperty

The gluGetNurbsProperty function gets a NURBS property.

void gluGetNurbsProperty(
  GLUnurbsObj *nobj,  GLenum property,  GLfloat *value);

Parameters

  • nobj
    The NURBS object (created with gluNewNurbsRenderer).
  • property
    The property whose value is to be retrieved. The following values are valid: GLU_SAMPLING_TOLERANCE, GLU_DISPLAY_MODE, GLU_CULLING, GLU_AUTO_LOAD_MATRIX, GLU_PARAMETRIC_TOLERANCE, GLU_SAMPLING_METHOD, GLU_U_STEP, and GLU_V_STEP.
  • value
    A pointer to the location into which the value of the named property is written.

Remarks

Use gluGetNurbsProperty to retrieve properties stored in a NURBS object. These properties affect the way NURBS curves and surfaces are rendered. For information about NURBS properties, see gluNurbsProperty.

Requirements

**  Windows NT/2000:** Requires Windows NT 3.5 or later.
**  Windows 95/98:** Requires Windows 95 or later. Available as a redistributable for Windows 95.
**  Header:** Declared in Glu.h.
**  Library:** Use Glu32.lib.

See Also

gluNewNurbsRenderer, gluNurbsProperty