Cog3DLine Direction Property Cognex VisionPro
Gets the direction of this line. It returns a unit vector.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 65.1.0.0
Syntax

public virtual Cog3DVect3 Direction { get; }

Property Value

Type: Cog3DVect3
The direction of the Line.
Exceptions

ExceptionCondition
Cog3DException If the line is degenerate.
See Also