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.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 69.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| AreaAboveReferenceProfile | 1 | The area being measured is above the reference profile and below the input profile | |
| AreaBelowReferenceProfile | 2 | The area being measured is below the reference profile and above the input profile | |
| AreaAbovePlusAreaBelow | 3 | The area being measured is both the above and below part and they are added together | |
| AreaAboveMinusAreaBelow | 4 | The area being measured is both the above and below part and the below area is subtracted from the above area |
See Also