CADability dotNET

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

Syntax

C#
void IPaintTo3D.Nurbs(
	GeoPoint[] poles,
	double[] weights,
	double[] knots,
	int degree
)
Visual Basic
Private Sub Nurbs ( _
	poles As GeoPoint(), _
	weights As Double(), _
	knots As Double(), _
	degree As Integer _
) Implements IPaintTo3D.Nurbs
Visual C++
private:
virtual void Nurbs(
	array<GeoPoint>^ poles, 
	array<double>^ weights, 
	array<double>^ knots, 
	int degree
) sealed = IPaintTo3D::Nurbs

Parameters

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

Implements

IPaintTo3D..::..Nurbs(array<GeoPoint>[]()[][], array<Double>[]()[][], array<Double>[]()[][], Int32)

See Also