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

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

Syntax

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

See Also