CADability dotNET
The direction of the curve at the endpoint. If the curve is closed, this is the direction where the parameter is 1.0.

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

Syntax

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

See Also