CogCADToRange SetProjection3DZAxisToNegativeCAD3DZAxis Method Cognex VisionPro 9.5
This method replaces the Projection3DFromCAD3DTransform held by this operator. The Projection3D z-axis will be in the opposite direction of CAD3D z-axis.

The CAD3D coordinate space in the range image is described as follows: x-axis goes to the left, y-axis goes up, and z-axis goes into the xy-plane away from the viewer.

Namespace: Cognex.VisionPro.CAD
Assembly: Cognex.VisionPro.CAD (in Cognex.VisionPro.CAD.dll) Version: 69.0.0.0
Syntax

public void SetProjection3DZAxisToNegativeCAD3DZAxis()
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flag may be affected:

Exceptions

ExceptionCondition
ObjectDisposedException If the object has been disposed.
See Also