CircularArc SetCenterRadiusAngleStartAngleSpan Method Cognex VisionPro 9.20

Sets CenterX, CenterY, Radius, AngleStart (in radians) and AngleSpan (in radians) of this circular arc.

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

public void SetCenterRadiusAngleStartAngleSpan(
	double centerX,
	double centerY,
	double radius,
	double angleStart,
	double angleSpan
)
Exceptions

ExceptionCondition
ArgumentExceptionradius <= 0.0
ArgumentExceptionangleSpan = 0.0
Remarks

Changed Raised when the value of this property changes. The following state flags may be affected:

Remarks

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

See Also