点击或拖拽改变大小

OpenGLNurbsProperty 方法

This function sets a NURBS property.

命名空间:  DSkin.OpenGL
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public void NurbsProperty(
	IntPtr nurbsObject,
	int property,
	float value
)

参数

nurbsObject
类型:SystemIntPtr
The object to set the property for.
property
类型:SystemInt32
The property to set.
value
类型:SystemSingle
The new value of the property.
参见