Cog3DTransformComposed Compose Method Cognex VisionPro 9.22 SR1
Compose this composed transform and another transform. Note that composing is from left to right: this * rhs

The returned transform is always the canonical representation of the composed transform. Therefore, the returned transform might be of a simpler type.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 87.1.0.0
Syntax

public ICog3DTransform Compose(
	ICog3DTransform rhs
)

Return Value

Type: ICog3DTransform
The composed transform, and it might be of a simpler type.
Exceptions

ExceptionCondition
ArgumentNullException If the input argument is null.
See Also