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

The CAD3D coordinate space in the range image is described as follows: z-axis goes to the left, y-axis goes up, and x-axis comes out of the yz-plane towards the viewer.

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

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