Compose this composed transform and another transform.
Note that composing is from left to right: this * rhs
Namespace: Cognex.VisionPro3DThe returned transform is always the canonical representation of the composed transform. Therefore, the returned transform might be of a simpler type.
Assembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 73.0.0.0
Syntax
Parameters
- rhs
- Type: Cognex.VisionPro3D ICog3DTransform
The transform to compose with. May not be null.
Return Value
Type: ICog3DTransformThe composed transform, and it might be of a simpler type.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | If the input argument is null. |
See Also