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,
	double startParam,
	double endParam
)
Visual Basic
Public Sub SetData ( _
	degree As Integer, _
	poles As GeoPoint(), _
	weights As Double(), _
	knots As Double(), _
	multiplicities As Integer(), _
	periodic As Boolean, _
	startParam As Double, _
	endParam As Double _
)
Visual C++
public:
void SetData(
	int degree, 
	array<GeoPoint>^ poles, 
	array<double>^ weights, 
	array<double>^ knots, 
	array<int>^ multiplicities, 
	bool periodic, 
	double startParam, 
	double endParam
)

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
startParam
Type: System..::..Double
endParam
Type: System..::..Double

See Also