CogCircularAnnulusSection AngleStart Property Cognex VisionPro 9.7
Returns/sets the starting angle (in radians) of this annulus section.

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

public double AngleStart { get; set; }

Property Value

Type: Double
Events

Event TypeReason
CogCircularAnnulusSection Changed

Fires when the value of this property changes.

The following state flags may be affected:

    Remarks

    Sets or gets the start angle of this annulus section. The angle is measured in radians from the x-axis.

    AngleStart is normalized to a value between +π and −π.

    Default Value: 0

    See Also