CogBeadInspectFindResult GetCoarsePath Method Cognex VisionPro 9.25 SR1
Generates the CogGeneralContour that represents the coarse path of this result.

Namespace: Cognex.VisionPro.EdgeInspect
Assembly: Cognex.VisionPro.EdgeInspect (in Cognex.VisionPro.EdgeInspect.dll) Version: 93.1.0.0
Syntax

public CogGeneralContour GetCoarsePath()

Return Value

Type: CogGeneralContour
The CogGeneralContour that represents the coarse path.
Remarks

For more information on the definition of a coarse path in this context, please refer to the remarks section of the CogBeadInspectPattern class.

See Also