Creates a composite result graphic containing child graphics specified by GraphicOptions which is a bitwise combination of CogFindCircleResultGraphicConstants.
Namespace: Cognex.VisionPro.CaliperAssembly: Cognex.VisionPro.Caliper (in Cognex.VisionPro.Caliper.dll) Version: 75.0.0.0
Syntax
Parameters
- graphicOptions
- Type: Cognex.VisionPro.Caliper CogFindCircleResultGraphicConstants
The bitwise combination of one or more values from CogFindCircleResultGraphicConstants.
Return Value
Type: CogCompositeShapeThe 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