Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 91.0.0.0
Parameters
- index
- Type: System Int32
The zero-based index at which to split this transformation. Transforms with indices up to but not including index are retained in this object; the remaining transformations become the returned object.
Return Value
Type: CogTransform2DComposedThe returned transformation, which contains all transforms from this object with indices greater than or equal to index.
| Event Type | Reason |
|---|---|
| CogTransform2DComposed Changed | Fires when the transformation is split. The following state flags may be affected: |
| Exception | Condition |
|---|---|
| ArgumentException | index is < 0 or > Count−1 |
Splits this composed transformation into two composed transformations at the specified point. The transformations starting at the specified index are removed from this object and returned as a new composed transformation.