CircularArc CreateCircle Method Cognex VisionPro 9.22

Creates and returns a new circle shape, copying the specified parameters, that is the full circle defined by this circular arc.

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

public Circle CreateCircle(
	CopyShapeConstants copyFlags
)

Return Value

Type: Circle

The circle.

Remarks

Creates a new Circle based on the CenterX, CenterY, and Radius properties of the arc. copyFlags specifies which aspects of the arc are copied to the circle.

See Also