public static extern void gluNurbsCurve( IntPtr nobj, int nknots, [In] float[] knot, int stride, [In] float[] ctlarray, int order, NurbsTrim type);
public static extern void gluPwlCurve( IntPtr nobj, int count, [In] float[] array, int stride, NurbsTrim type);