MonobjcMonobjc Documented Class Library
gluNurbsSurface Method (nurb, sKnotCount, sKnots, tKnotCount, tKnots, sStride, tStride, control, sOrder, tOrder, type)
NamespacesMonobjc.OpenGLGLgluNurbsSurface(IntPtr, Int32, IntPtr, Int32, Single%, Int32, Int32, IntPtr, Int32, Int32, UInt32)

Original signature is 'extern void gluNurbsSurface (GLUnurbs* nurb, GLint sKnotCount, GLfloat* sKnots, GLint tKnotCount, GLfloat* tKnots, GLint sStride, GLint tStride, GLfloat* control, GLint sOrder, GLint tOrder, GLenum type);'

Declaration Syntax
C#Visual BasicVisual C++
public static void gluNurbsSurface(
	IntPtr nurb,
	int sKnotCount,
	IntPtr sKnots,
	int tKnotCount,
	out float tKnots,
	int sStride,
	int tStride,
	IntPtr control,
	int sOrder,
	int tOrder,
	uint type
)
Public Shared Sub gluNurbsSurface ( _
	nurb As IntPtr, _
	sKnotCount As Integer, _
	sKnots As IntPtr, _
	tKnotCount As Integer, _
	<OutAttribute> ByRef tKnots As Single, _
	sStride As Integer, _
	tStride As Integer, _
	control As IntPtr, _
	sOrder As Integer, _
	tOrder As Integer, _
	type As UInteger _
)
public:
static void gluNurbsSurface(
	IntPtr nurb, 
	int sKnotCount, 
	IntPtr sKnots, 
	int tKnotCount, 
	[OutAttribute] float% tKnots, 
	int sStride, 
	int tStride, 
	IntPtr control, 
	int sOrder, 
	int tOrder, 
	unsigned int type
)
Parameters
nurb (IntPtr)

[Missing <param name="nurb"/> documentation for "M:Monobjc.OpenGL.GL.gluNurbsSurface(System.IntPtr,System.Int32,System.IntPtr,System.Int32,System.Single@,System.Int32,System.Int32,System.IntPtr,System.Int32,System.Int32,System.UInt32)"]

sKnotCount (Int32)

[Missing <param name="sKnotCount"/> documentation for "M:Monobjc.OpenGL.GL.gluNurbsSurface(System.IntPtr,System.Int32,System.IntPtr,System.Int32,System.Single@,System.Int32,System.Int32,System.IntPtr,System.Int32,System.Int32,System.UInt32)"]

sKnots (IntPtr)

[Missing <param name="sKnots"/> documentation for "M:Monobjc.OpenGL.GL.gluNurbsSurface(System.IntPtr,System.Int32,System.IntPtr,System.Int32,System.Single@,System.Int32,System.Int32,System.IntPtr,System.Int32,System.Int32,System.UInt32)"]

tKnotCount (Int32)

[Missing <param name="tKnotCount"/> documentation for "M:Monobjc.OpenGL.GL.gluNurbsSurface(System.IntPtr,System.Int32,System.IntPtr,System.Int32,System.Single@,System.Int32,System.Int32,System.IntPtr,System.Int32,System.Int32,System.UInt32)"]

tKnots (Single%)

[Missing <param name="tKnots"/> documentation for "M:Monobjc.OpenGL.GL.gluNurbsSurface(System.IntPtr,System.Int32,System.IntPtr,System.Int32,System.Single@,System.Int32,System.Int32,System.IntPtr,System.Int32,System.Int32,System.UInt32)"]

sStride (Int32)

[Missing <param name="sStride"/> documentation for "M:Monobjc.OpenGL.GL.gluNurbsSurface(System.IntPtr,System.Int32,System.IntPtr,System.Int32,System.Single@,System.Int32,System.Int32,System.IntPtr,System.Int32,System.Int32,System.UInt32)"]

tStride (Int32)

[Missing <param name="tStride"/> documentation for "M:Monobjc.OpenGL.GL.gluNurbsSurface(System.IntPtr,System.Int32,System.IntPtr,System.Int32,System.Single@,System.Int32,System.Int32,System.IntPtr,System.Int32,System.Int32,System.UInt32)"]

control (IntPtr)

[Missing <param name="control"/> documentation for "M:Monobjc.OpenGL.GL.gluNurbsSurface(System.IntPtr,System.Int32,System.IntPtr,System.Int32,System.Single@,System.Int32,System.Int32,System.IntPtr,System.Int32,System.Int32,System.UInt32)"]

sOrder (Int32)

[Missing <param name="sOrder"/> documentation for "M:Monobjc.OpenGL.GL.gluNurbsSurface(System.IntPtr,System.Int32,System.IntPtr,System.Int32,System.Single@,System.Int32,System.Int32,System.IntPtr,System.Int32,System.Int32,System.UInt32)"]

tOrder (Int32)

[Missing <param name="tOrder"/> documentation for "M:Monobjc.OpenGL.GL.gluNurbsSurface(System.IntPtr,System.Int32,System.IntPtr,System.Int32,System.Single@,System.Int32,System.Int32,System.IntPtr,System.Int32,System.Int32,System.UInt32)"]

type (UInt32)

[Missing <param name="type"/> documentation for "M:Monobjc.OpenGL.GL.gluNurbsSurface(System.IntPtr,System.Int32,System.IntPtr,System.Int32,System.Single@,System.Int32,System.Int32,System.IntPtr,System.Int32,System.Int32,System.UInt32)"]

Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.OpenGL (Module: Monobjc.OpenGL)