Gets or sets the rotation mode. The rotation mode specifies which property to use at runtime:
either use the ViewingDirection or use the explicit Projection3DFromCAD3DTransform.
Namespace: Cognex.VisionPro.CADAssembly: Cognex.VisionPro.CAD (in Cognex.VisionPro.CAD.dll) Version: 69.0.0.0
Syntax
Property Value
Type: CogCADRotationModeConstantsThe rotation mode specifies which property to use at runtime. The default value is UseViewingDirection.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. The following state flag may be affected: |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | If an invalid enumeration value was supplied. |
| ObjectDisposedException | If the object has been disposed. |
See Also