CADability dotNET
Returns the direction of the curve at the startpoint.

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

Syntax

C#
GeoVector2D StartDirection { get; }
Visual Basic
ReadOnly Property StartDirection As GeoVector2D
	Get
Visual C++
property GeoVector2D StartDirection {
	GeoVector2D get ();
}

See Also