'\" e '\"! eqn | mmdoc '\"macro stdmacro .ds Vn Version 1.2 .ds Dt 6 March 1997 .ds Re Release 1.2.0 .ds Dp May 02 11:53 .ds Dm 37 getnurbsp .ds Xs 29302 3 getnurbsproperty.gl .\" .\" Copyright (c) 2001 The X Japanese Documentation Project. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the .\" "Software"), to deal in the Software without restriction, including .\" without limitation the rights to use, copy, modify, merge, publish, dis- .\" tribute, sublicense, and/or sell copies of the Software, and to permit .\" persons to whom the Software is furnished to do so, subject to the fol- .\" lowing conditions: .\" .\" The above copyright notice and this permission notice shall be included .\" in all copies or substantial portions of the Software. .\" .\" THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS .\" OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABIL- .\" ITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT .\" SHALL THE X JAPANESE DOCUMENTATION PROJECT BE LIABLE FOR ANY CLAIM, .\" DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR .\" OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR .\" THE USE OR OTHER DEALINGS IN THE SOFTWARE. .\" .\" Except as contained in this notice, the name of The X Japanese .\" Documentation Project shall not be used in advertising or otherwise to .\" promote the sale, use or other dealings in this Software without prior .\" written authorization from The X Japanese Documentation Project. .\" .\" X Window System is a trademark of The Open Group. .\" .\" Translated Fri Sep 7 12:24:04 JST 2001 .\" by FUJIWARA Teruyoshi .\" .TH GLUGETNURBSPROPERTY 3G .SH 名前 .B "gluGetNurbsProperty .\"0 \- get a NURBS property \- NURBS の属性を取得する .SH 書式 void \f3gluGetNurbsProperty\fP( GLUnurbs* \fInurb\fP, .nf .ta \w'\f3void \fPgluGetNurbsProperty( 'u GLenum \fIproperty\fP, GLfloat* \fIdata\fP ) .fi .EQ delim $$ .EN .SH 引き数 .TP \w'\fIproperty\fP\ \ 'u \f2nurb\fP .\"0 Specifies the NURBS object (created with \%\f3gluNewNurbsRenderer\fP). NURBS オブジェクト(\%\f3gluNewNurbsRenderer\fP を使って作る)を指定する。 .TP \f2property\fP .\"0 Specifies the property whose value is to be fetched. Valid values are .\"0 \%\f3GLU_CULLING\fP, .\"0 \%\f3GLU_SAMPLING_TOLERANCE\fP, .\"0 \%\f3GLU_DISPLAY_MODE\fP, .\"0 \%\f3GLU_AUTO_LOAD_MATRIX\fP, .\"0 \%\f3GLU_PARAMETRIC_TOLERANCE\fP, .\"0 \%\f3GLU_SAMPLING_METHOD\fP, .\"0 \%\f3GLU_U_STEP\fP, .\"0 \%\f3GLU_V_STEP\fP and .\"0 \%\f3GLU_NURBS_MODE\fP. 値を取得する属性を指定する。 有効な値は \%\f3GLU_CULLING\fP, \%\f3GLU_SAMPLING_TOLERANCE\fP, \%\f3GLU_DISPLAY_MODE\fP, \%\f3GLU_AUTO_LOAD_MATRIX\fP, \%\f3GLU_PARAMETRIC_TOLERANCE\fP, \%\f3GLU_SAMPLING_METHOD\fP, \%\f3GLU_U_STEP\fP, \%\f3GLU_V_STEP\fP, \%\f3GLU_NURBS_MODE\fP である。 .TP \f2data\fP .\"0 Specifies a pointer to the location into which the value of the .\"0 named property is written. 指定された属性の値を書き込む位置を指すポインタを指定する。 .SH 説明 .\"0 \%\f3gluGetNurbsProperty\fP retrieves properties stored in a NURBS object. These .\"0 properties affect the way that NURBS curves and surfaces .\"0 are rendered. See the .\"0 \%\f3gluNurbsProperty\fP reference page for information about what the .\"0 properties are and what they do. \%\f3gluGetNurbsProperty\fP は、NURBS オブジェクトが持つ属性を取得する。 NURBS オブジェクトの属性は NURBS 曲線・曲面のレンダリングのされかたに 影響する。 NURBS オブジェクトが持つ属性とその意味については、 \%\f3gluNurbsProperty\fP の項目を参照すること。 .SH 関連項目 \%\f3gluNewNurbsRenderer\fP, \%\f3gluNurbsProperty\fP