CogCADRotationModeConstants EnumerationCognex VisionPro 9.8
An enumeration to specify which rotation property to use at runtime.

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

public enum CogCADRotationModeConstants
Members

  Member nameValueDescription
UseViewingDirection0 Use the value specified in the ViewingDirection property at runtime as the viewing direction.
UseRotationTransform1 Use the value specified in the Projection3DFromCAD3DTransform property at runtime.
See Also