Cog3DRangeImageCrossSectionExtractCornerV2 CreateResultGraphics Method Cognex VisionPro 9.8 SR1
Create the graphics and add them to the graphicCollection provided.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 75.0.0.0
Syntax

public override void CreateResultGraphics(
	CogGraphicCollection graphicCollection,
	bool lastRun
)

Parameters

graphicCollection
Type: Cognex.VisionPro CogGraphicCollection
A constructed CogGraphicCollection.
lastRun
Type: System Boolean
If lastRun is true, do not include the input graphics.
Remarks

The input graphics are the regions. The output graphic is the corner graphic which include a CogPointMarker, the result line fit regions, and the result fitted lines.
See Also