CogCADToRange SetProjection3DZAxisToPositiveCAD3DZAxis Method Cognex VisionPro 9.8
This method replaces the Projection3DFromCAD3DTransform held by this operator. The transform is set to an identity transform, meaning there is no rotation between CAD3D and Projection3D coordinate spaces.

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

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