CADability dotNET

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

Syntax

C#
public bool ThroughPoints(
	GeoPoint[] points,
	GeoVector[] directions,
	int maxDegree,
	bool closed
)
Visual Basic
Public Function ThroughPoints ( _
	points As GeoPoint(), _
	directions As GeoVector(), _
	maxDegree As Integer, _
	closed As Boolean _
) As Boolean
Visual C++
public:
bool ThroughPoints(
	array<GeoPoint>^ points, 
	array<GeoVector>^ directions, 
	int maxDegree, 
	bool closed
)

Parameters

points
Type: array<CADability..::..GeoPoint>[]()[][]
directions
Type: array<CADability..::..GeoVector>[]()[][]
maxDegree
Type: System..::..Int32
closed
Type: System..::..Boolean

See Also