CogCircularArc GetCenterRadiusAngleStartAngleSpan Method Cognex VisionPro 9.7
Gets CenterX, CenterY, Radius, AngleStart, and AngleSpan of this circular arc.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 73.0.0.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