Creates a new transform which is the composition of the given transform (on the right side) and this one (on the left side).
Namespace: Cognex.VisionPro3DNote that the return transform is always the canonical representation of the composed transform. Therefore, it might be of type Cog3DTransformComposed or a simpler type.
Assembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 87.1.0.0
Syntax
Parameters
- rhs
- Type: Cognex.VisionPro3D ICog3DTransform
Return Value
Type: ICog3DTransformAn ICog3DTransform that represents the result of the composition.
Remarks
- Cog3DTransformRotation, Cog3DTransformRotation returns Cog3DTransformRotation
- Cog3DTransformRigid, Cog3DTransformRigid returns Cog3DTransformRigid
- Cog3DTransformLinear, Cog3DTransformLinear returns Cog3DTransformLinear
- Cog3DTransformRigid, Cog3DTransformRotation returns Cog3DTransformRigid
- Cog3DTransformLinear, Cog3DTransformRotation returns Cog3DTransformLinear
- Cog3DTransformRotation, Cog3DTransformRigid returns Cog3DTransformRigid
- Cog3DTransformRotation, Cog3DTransformLinear returns Cog3DTransformLinear
- Cog3DTransformRigid, Cog3DTransformLinear returns Cog3DTransformLinear
- Cog3DTransformLinear, Cog3DTransformRigid returns Cog3DTransformLinear
See Also