CircularArc GetCenterRadiusAngleStartAngleSpan Method Cognex VisionPro 9.22 SR1

Gets CenterX, CenterY, Radius, AngleStart, and AngleSpan of this circular arc.

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

public void GetCenterRadiusAngleStartAngleSpan(
	out double centerX,
	out double centerY,
	out double radius,
	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.
radius
Type: System Double 
The radius 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, Radius, AngleStart, and AngleSpan of this circular arc.

See Also