Constructs and initializes a CogPlaneRange object based on a nominal value and the specified plane. Default Tolerance = +/-10, default Softness = 0. Tolerance and Softness values might be changed if the original range defined is out of range limits.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 73.0.0.0
Syntax
Parameters
- nominalValue
- Type: System Double
The nominal value.
- planeValue
- Type: Cognex.VisionPro CogImagePlaneConstants
The plane type value.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | If <paramref name="nominalValue"/> is > 0 or < 255. |
See Also