CogCADToRange SetProjection3DZAxisToPositiveCAD3DYAxis Method Cognex VisionPro 9.8
This method replaces the Projection3DFromCAD3DTransform held by this operator. Projection3D z-axis will be in the same direction as CAD3D y-axis.

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

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

public void SetProjection3DZAxisToPositiveCAD3DYAxis()
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