ICog3DTransform InterfaceCognex VisionPro 9.7
This is the interface class for 3D transforms.

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

public interface ICog3DTransform

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
Properties

  NameDescription
Public propertyLinear
Gets whether this transform is linear.
Top
See Also