EllipticalAnnulusSection GetCenterRadiusXYRotationAngleStartAngleSpanRadialScale Method Cognex VisionPro 9.21

Gets CenterX, CenterY, RadiusX, RadiusY, Rotation, AngleStart, AngleSpan, and RadialScale of this elliptical annulus section.

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

public void GetCenterRadiusXYRotationAngleStartAngleSpanRadialScale(
	out double centerX,
	out double centerY,
	out double radiusX,
	out double radiusY,
	out double rotation,
	out double angleStart,
	out double angleSpan,
	out double radialScale
)

Parameters

centerX
Type: System Double 
The x-coordinate of the center of the underlying ellipse.
centerY
Type: System Double 
The y-coordinate of the center of the underlying ellipse.
radiusX
Type: System Double 
The distance from the center of the underlying start ellipse to its boundary along the its x-axis
radiusY
Type: System Double 
The distance from the center of the underlying start ellipse to its boundary along the its y-axis
rotation
Type: System Double 
The rotation angle of the underlying ellipse.
angleStart
Type: System Double 
The AngleStart.
angleSpan
Type: System Double 
The AngleSpan.
radialScale
Type: System Double 
The RadialScale of the elliptical annular section.
Remarks

Gets CenterX, CenterY, RadiusX, RadiusY, Rotation, AngleStart, AngleSpan, and RadialScale of this elliptical annulus section.

See Also