CADability dotNET

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

Syntax

C#
public void SetData(
	int degree,
	GeoPoint[] poles,
	double[] weights,
	double[] knots,
	int[] multiplicities,
	bool periodic
)
Visual Basic
Public Sub SetData ( _
	degree As Integer, _
	poles As GeoPoint(), _
	weights As Double(), _
	knots As Double(), _
	multiplicities As Integer(), _
	periodic As Boolean _
)
Visual C++
public:
void SetData(
	int degree, 
	array<GeoPoint>^ poles, 
	array<double>^ weights, 
	array<double>^ knots, 
	array<int>^ multiplicities, 
	bool periodic
)

Parameters

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

See Also