Cog3DRangeImageCrossSectionAreaConstants EnumerationCognex VisionPro 9.5
An enumeration that specifies which area is being measured - above the reference profile and below the input profile - bwloe the reference profile and above the input profile - above and below the reference profile and they added together - above and below the reference profile and the below the below area is substracted from the above area

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

[FlagsAttribute]
public enum Cog3DRangeImageCrossSectionAreaConstants
Members

  Member nameValueDescription
AreaAboveReferenceProfile1 The area being measured is above the reference profile and below the input profile
AreaBelowReferenceProfile2 The area being measured is below the reference profile and above the input profile
AreaAbovePlusAreaBelow3 The area being measured is both the above and below part and they are added together
AreaAboveMinusAreaBelow4 The area being measured is both the above and below part and the below area is subtracted from the above area
See Also