Gets or sets the normal vector of the circle.

Namespace:  ceometric.VectorGeometry
Assembly:  ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.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

ExceptionCondition
System..::.ArgumentExceptionThe length of the normal vector is zero.

See Also