点击或拖拽改变大小

OpenGLNurbsSurface 方法

This function defines a NURBS surface.

命名空间:  DSkin.OpenGL
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public void NurbsSurface(
	IntPtr nurbsObject,
	int sknotsCount,
	float[] sknots,
	int tknotsCount,
	float[] tknots,
	int sStride,
	int tStride,
	float[] controlPointsArray,
	int sOrder,
	int tOrder,
	uint type
)

参数

nurbsObject
类型:SystemIntPtr
The NURBS object.
sknotsCount
类型:SystemInt32
The sknots count.
sknots
类型:SystemSingle
The s-knots.
tknotsCount
类型:SystemInt32
The number of t-knots.
tknots
类型:SystemSingle
The t-knots.
sStride
类型:SystemInt32
The distance between s vertices.
tStride
类型:SystemInt32
The distance between t vertices.
controlPointsArray
类型:SystemSingle
The control points.
sOrder
类型:SystemInt32
The order of the s polynomial.
tOrder
类型:SystemInt32
The order of the t polynomial.
type
类型:SystemUInt32
The type of data to generate.
参见