CogBeadInspectCurrentRecordConstants EnumerationCognex VisionPro 9.7
Enumeration of data that can be provided in the Tool's CurrentRecord.

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

[FlagsAttribute]
public enum CogBeadInspectCurrentRecordConstants
Members

  Member nameValueDescription
None0 Do not include any records in the CurrentRecord by resetting all the bits.
InputImage1 If set, include the input image in the CurrentRecord.
TrainImage2 If set, include the train image in the CurrentRecord.
StartCircle4 If set, include the start circle in the CurrentRecord.
CoarsePathUsedInTrain8 If set, include the bead find coarse path used in the CurrentRecord.
TrainedPath16 If set, include the bead trained path in the CurrentRecord.
CurrentCoarsePath32 If set, include the bead find current coarse path in the CurrentRecord.
MaskAndFillGraphics64 If set, include the mask, right fill and left fill graphics in the CurrentRecord.
UseSuggestedMaskAndFill128 If set, use the SuggestedRunParams from the training results for the mask and fill graphics. Otherwise, use the configured run params when MaskAndFillGraphics is set.
TrainedCalipers256 If set, include the trained calipers in the CurrentRecord.
All-1 Include all possible records in the CurrentRecord by setting all the bits.
See Also