CogLine Rotation Property Cognex VisionPro 9.21
The angle (in radians, from the x-axis) of this directed line. The Rotation is normalized to the range -PI to PI.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 83.0.0.0
Syntax

public double Rotation { get; set; }

Property Value

Type: Double
Events

Event TypeReason
CogLine Changed

Fires when the value of this property changes.

The following state flags may be affected:

    Remarks

    The angle (in radians, from the x-axis) of this directed line. The rotation is normalized to the range -π to π.

    Default Value: 0.0

    See Also