Cog3DRangeImageCrossSectionOperatorResultConstants EnumerationCognex VisionPro 9.5
An enumeration that specifies the status of an operator when run.

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

public enum Cog3DRangeImageCrossSectionOperatorResultConstants
Members

  Member nameValueDescription
NotRun0 The operator has not been run.
Passed1 The operator ran and passed.
FailedTolerance2 The operator ran but one or more of the tolerances failed.
FeatureNotComputed4 The operator ran but failed to compute a feature.
FeatureNotExtracted5 The operator ran but failed to extract a feature.
FailedToMeasure6 The operator ran but failed to produce a measurement.
InputFeatureMissing7 The operator ran but one or more of its input operators were not found.
See Also