Gets or sets the normal vector of the circle.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.6.0.0 (1.6.0.0)
Syntax
| C# |
|---|
public Vector3d NormalVector { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property NormalVector As Vector3d |
| Visual C++ |
|---|
public: property Vector3d^ NormalVector { Vector3d^ get (); void set (Vector3d^ value); } |
Field Value
A normal vector of the circle.
Exceptions
| Exception | Condition |
|---|---|
| System..::.ArgumentException | The length of the normal vector is zero. |