Gets or sets the direction vector of the line.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.6.0.0 (1.6.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
| Exception | Condition |
|---|---|
| System..::.ArgumentException | The length of directionVector is zero. |