Fills the geometric output arguments for the given caliper index.
The numerical output arguments define the affine rectangle of the
caliper at the given index along the trained path.
Namespace: Cognex.VisionPro.EdgeInspectAssembly: Cognex.VisionPro.EdgeInspect (in Cognex.VisionPro.EdgeInspect.dll) Version: 75.1.0.0
Syntax
Parameters
- index
- Type: System Int32
The index of the caliper along the trained path.
- centerX
- Type: System Double
- centerY
- Type: System Double
- sideXLength
- Type: System Double
- sideYLength
- Type: System Double
- rotation
- Type: System Double
- skew
- Type: System Double
Exceptions
| Exception | Condition |
|---|---|
| IndexOutOfRangeException | The given index is less than zero, or too large to index the trained calipers of this train result. |
Remarks
See Also