NAME

gluGetNurbsProperty - get a NURBS property

C SPECIFICATION

void gglluuGGeettNNuurrbbssPPrrooppeerrttyy( GLUnurbs* _n_u_r_b,
                          GLenum _p_r_o_p_e_r_t_y,
                          GLfloat* _d_a_t_a )

delim $$

PARAMETERS

_n_u_r_b
Specifies the NURBS object (created with gglluuNNeewwNNuurrbbssRReennddeerreerr).
_p_r_o_p_e_r_t_y
Specifies the property whose value is to be fetched. Valid values are GGLLUU__CCUULLLLIINNGG, GGLLUU__SSAAMMPPLLIINNGG__TTOOLLEERRAANNCCEE, GGLLUU__DDIISSPPLLAAYY__MMOODDEE, GGLLUU__AAUUTTOO__LLOOAADD__MMAATTRRIIXX, GGLLUU__PPAARRAAMMEETTRRIICC__TTOOLLEERRAANNCCEE, GGLLUU__SSAAMMPPLLIINNGG__MMEETTHHOODD, GGLLUU__UU__SSTTEEPP, GGLLUU__VV__SSTTEEPP and GGLLUU__NNUURRBBSS__MMOODDEE.
_d_a_t_a
Specifies a pointer to the location into which the value of the named property is written.

DESCRIPTION

gglluuGGeettNNuurrbbssPPrrooppeerrttyy retrieves properties stored in a NURBS object. These properties affect the way that NURBS curves and surfaces are rendered. See the gglluuNNuurrbbssPPrrooppeerrttyy reference page for information about what the properties are and what they do.

SEE ALSO

gglluuNNeewwNNuurrbbssRReennddeerreerr((33GG)), gglluuNNuurrbbssPPrrooppeerrttyy((33GG))