EllipticalAnnulusSection Rotation Property Cognex VisionPro 9.23
Get

Returns the rotation angle (in radians) from the x-axis of the selected coordinate space to the x-axis of the ellipse.

Set

Sets Rotation.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.24.0.0
Syntax

public double Rotation { get; set; }

Property Value

Type: Double
Default Value: 0
Remarks

Gets the rotation angle, in radians, of the underlying ellipse. The angle is measured from the x-axis of the selected coordinate space to the rotated x-axis of the ellipse. To find the rotation from the x-axis of the selected space name to the y-axis of the ellipse, add π/2 to this property. Rotation values are normalized to be between −π and +π.

Remarks

Changed Raised when the value of this property changes. The following state flag may be affected:

See Also