CADability dotNET
Deprecated, not used anymore and not implemented by the CADability display drivers.

Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
void Nurbs(
	GeoPoint[] poles,
	double[] weights,
	double[] knots,
	int degree
)
Visual Basic
Sub Nurbs ( _
	poles As GeoPoint(), _
	weights As Double(), _
	knots As Double(), _
	degree As Integer _
)
Visual C++
void Nurbs(
	array<GeoPoint>^ poles, 
	array<double>^ weights, 
	array<double>^ knots, 
	int degree
)

Parameters

poles
Type: array<CADability..::..GeoPoint>[]()[][]
weights
Type: array<System..::..Double>[]()[][]
knots
Type: array<System..::..Double>[]()[][]
degree
Type: System..::..Int32

See Also