CogCADToRange RotationMode Property Cognex VisionPro 9.21 SR1
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.CAD
Assembly: Cognex.VisionPro.CAD (in Cognex.VisionPro.CAD.dll) Version: 85.1.0.0
Syntax

public CogCADRotationModeConstants RotationMode { get; set; }

Property Value

Type: CogCADRotationModeConstants
The rotation mode specifies which property to use at runtime. The default value is UseViewingDirection.
Events

Event TypeReason
ICogChangedEvent Changed Fires when this property changes. The following state flag may be affected:
Exceptions

ExceptionCondition
ArgumentOutOfRangeException If an invalid enumeration value was supplied.
ObjectDisposedException If the object has been disposed.
See Also