Gets or sets the direction vector of the line.

Namespace:  ceometric.VectorGeometry
Assembly:  ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)

Syntax

C#
public Vector3d DirectionVector { get; set; }
Visual Basic (Declaration)
Public Property DirectionVector As Vector3d
Visual C++
public:
property Vector3d^ DirectionVector {
	Vector3d^ get ();
	void set (Vector3d^ value);
}

Field Value

A direction vector of the line.

Exceptions

ExceptionCondition
System..::.ArgumentExceptionThe length of DirectionVector is zero.

See Also