<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook MathML Module V1.1b1//EN"
              "http://www.oasis-open.org/docbook/xml/mathml/1.1CR1/dbmathml.dtd">
<refentry id="gluGetNurbsProperty">
    <refmeta>
        <refmetainfo>
            <copyright>
                <year>1991-2006</year>
                <holder>Silicon Graphics, Inc.</holder>
            </copyright>
        </refmetainfo>
        <refentrytitle>gluGetNurbsProperty</refentrytitle>
        <manvolnum>3G</manvolnum>
    </refmeta>
    <refnamediv>
        <refname>gluGetNurbsProperty</refname>
        <refpurpose>get a NURBS property</refpurpose>
    </refnamediv>
    <refsynopsisdiv><title>C Specification</title>
        <funcsynopsis>
            <funcprototype>
                <funcdef>void <function>gluGetNurbsProperty</function></funcdef>
                <paramdef>GLUnurbs* <parameter>nurb</parameter></paramdef>
                <paramdef>GLenum <parameter>property</parameter></paramdef>
                <paramdef>GLfloat* <parameter>data</parameter></paramdef>
            </funcprototype>
        </funcsynopsis>
    </refsynopsisdiv>
    <!-- eqn: ignoring delim $$ -->
    <refsect1 id="parameters"><title>Parameters</title>
        <variablelist>
        <varlistentry>
            <term><parameter>nurb</parameter></term>
            <listitem>
                <para>
                    Specifies the NURBS object (created with <citerefentry><refentrytitle>gluNewNurbsRenderer</refentrytitle></citerefentry>).
                </para>
            </listitem>
        </varlistentry>
        <varlistentry>
            <term><parameter>property</parameter></term>
            <listitem>
                <para>
                    Specifies the property whose value is to be fetched. Valid values are
                    <constant>GLU_CULLING</constant>,
                    <constant>GLU_SAMPLING_TOLERANCE</constant>,
                    <constant>GLU_DISPLAY_MODE</constant>, 
                    <constant>GLU_AUTO_LOAD_MATRIX</constant>,
                    <constant>GLU_PARAMETRIC_TOLERANCE</constant>,
                    <constant>GLU_SAMPLING_METHOD</constant>,
                    <constant>GLU_U_STEP</constant>,
                    <constant>GLU_V_STEP</constant>, and
                    <constant>GLU_NURBS_MODE</constant>.
                </para>
            </listitem>
        </varlistentry>
        <varlistentry>
            <term><parameter>data</parameter></term>
            <listitem>
                <para>
                    Specifies a pointer to the location into which the value of the 
                    named property is written.
                </para>
            </listitem>
        </varlistentry>
        </variablelist>
    </refsect1>
    <refsect1 id="description"><title>Description</title>
        <para>
            <function>gluGetNurbsProperty</function> retrieves properties stored in a NURBS object. These
            properties affect the way that NURBS curves and surfaces
            are rendered. See the 
            <citerefentry><refentrytitle>gluNurbsProperty</refentrytitle></citerefentry> reference page for information about what the 
            properties are and what they do.
        </para>
    </refsect1>
    <refsect1 id="seealso"><title>See Also</title>
        <para>
            <citerefentry><refentrytitle>gluNewNurbsRenderer</refentrytitle></citerefentry>, 
            <citerefentry><refentrytitle>gluNurbsProperty</refentrytitle></citerefentry>
        </para>
    </refsect1>
    <refsect1 id="Copyright"><title>Copyright</title>
        <para>
            Copyright <trademark class="copyright"></trademark> 1991-2006
            Silicon Graphics, Inc. This document is licensed under the SGI
            Free Software B License. For details, see
            <ulink url="http://oss.sgi.com/projects/FreeB/">http://oss.sgi.com/projects/FreeB/</ulink>.
        </para>
    </refsect1>
</refentry>
