ICog3DTransform MethodsCognex VisionPro 9.21 SR1

The ICog3DTransform type exposes the following members.

Methods

  NameDescription
Public methodComposeBase
Creates a new transform which is the composition of the given transform (on the right side) and this one (on the left side).

Note that the return transform is always the canonical representation of the composed transform. Therefore, it might be of type Cog3DTransformComposed or a simpler type.

Public methodCopyBase
Create a deep copy of this transform.
Public methodInverseBase
Compute the inverse of this transform.
Public methodMapPoint
Map a 3D point.
Public methodMapPoints
Map a collection of 3D points.
Top
See Also