Gets the normal vector of the arc.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax
C# |
---|
public Vector3d NormalVector { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property NormalVector As Vector3d |
Visual C++ |
---|
public: property Vector3d^ NormalVector { Vector3d^ get (); } |