Gets or sets the normal vector for the orientation of points and texts.
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
The normal vector defining the orientation of points and texts.
Remarks
Default is (0,0,1).