CADability dotNET

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

Syntax

C#
public void GetData(
	out GeoPoint[] poles,
	out double[] weights,
	out double[] knots,
	out int degree
)
Visual Basic
Public Sub GetData ( _
	<OutAttribute> ByRef poles As GeoPoint(), _
	<OutAttribute> ByRef weights As Double(), _
	<OutAttribute> ByRef knots As Double(), _
	<OutAttribute> ByRef degree As Integer _
)
Visual C++
public:
void GetData(
	[OutAttribute] array<GeoPoint>^% poles, 
	[OutAttribute] array<double>^% weights, 
	[OutAttribute] array<double>^% knots, 
	[OutAttribute] int% degree
)

Parameters

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

See Also