CogCircularAnnulusSection GetCenterRadiusAngleStartAngleSpanRadialScale Method Cognex VisionPro 9.7
Gets CenterX, CenterY, Radius, AngleStart (in radians), AngleSpan (in radians) and RadialScale of the circular annulus section.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 73.0.0.0
Syntax

public void GetCenterRadiusAngleStartAngleSpanRadialScale(
	out double centerX,
	out double centerY,
	out double radius,
	out double angleStart,
	out double angleSpan,
	out double radialScale
)

Parameters

centerX
Type: System Double 

The x-coordinate of the center of this circular annulus section.

centerY
Type: System Double 

The y-coordinate of the center of this circular annulus section.

radius
Type: System Double 

The Radius of the annular section.

angleStart
Type: System Double 

The AngleStart.

angleSpan
Type: System Double 

The AngleSpan.

radialScale
Type: System Double 

The RadialScale of the annular section.

Remarks

Gets CenterX, CenterY, Radius, AngleStart, AngleSpan and RadialScale of the circular annulus section.

See Also