EllipticalArc GetCenterRadiusXYRotationAngleStartAngleSpan Method Cognex VisionPro 9.24

Gets CenterX, CenterY, RadiusX, RadiusY, Rotation, AngleStart, and AngleSpan of this elliptical arc. All angles are in radians.

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

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

Parameters

centerX
Type: System Double 
The x-coordinate of the center of the arc.
centerY
Type: System Double 
The y-coordinate of the center of the arc.
radiusX
Type: System Double 
The distance from the center of the underlying ellipse to its boundary along the x-axis.
radiusY
Type: System Double 
The distance from the center of the underlying ellipse to its boundary along the y-axis.
rotation
Type: System Double 
The Rotation of the arc.
angleStart
Type: System Double 
The AngleStart of the arc.
angleSpan
Type: System Double 
The AngleSpan of the arc.
Remarks

Gets the CenterX, CenterY, RadiusX, RadiusY, Rotation, AngleStart, and AngleSpan of this elliptical arc.

See Also