点击或拖拽改变大小

OpenGLPartialDisk 方法

This function draws a partial disk from the quadric object.

命名空间:  DSkin.OpenGL
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public void PartialDisk(
	IntPtr qobj,
	double innerRadius,
	double outerRadius,
	int slices,
	int loops,
	double startAngle,
	double sweepAngle
)

参数

qobj
类型:SystemIntPtr
The Quadric objec.t
innerRadius
类型:SystemDouble
Radius of the inside of the disk.
outerRadius
类型:SystemDouble
Radius of the outside of the disk.
slices
类型:SystemInt32
The slices.
loops
类型:SystemInt32
The loops.
startAngle
类型:SystemDouble
Starting angle.
sweepAngle
类型:SystemDouble
Sweep angle.
参见