CogFindCircleResult CreateResultGraphics Method Cognex VisionPro 9.7
Creates a composite result graphic containing child graphics specified by GraphicOptions which is a bitwise combination of CogFindCircleResultGraphicConstants.

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

public CogCompositeShape CreateResultGraphics(
	CogFindCircleResultGraphicConstants graphicOptions
)

Return Value

Type: CogCompositeShape

The returned graphics.

Remarks

Creates a composite result graphic containing child graphics specified by GraphicOptions which is a bitwise combination of CogFindCircleResultGraphicConstants.

The graphics are drawn in green in if the edge point was found and used for the fit; otherwise red is used. If no edge was found, then only the caliper region is drawn. In all cases, the graphics' Interactive properties are set to true.

Note: The ID of the returned shape is set to the ID of this object.

See Also