CircularAnnulusSection GetCenterRadiusAngleStartAngleSpanRadialScale Method Cognex VisionPro 9.22 SR1

Gets CenterX, CenterY, Radius, AngleStart (in radians), AngleSpan (in radians) and RadialScale of the circular annulus section.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.22.2.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