CogOCVMaxSearchParams GetDOFRotation Method Cognex VisionPro
Get a particular attribute (LowerLimit, Nominal, UpperLimit, or Overlap) of the Rotation degree of freedom (DOF). Use the selector argument to specify which attribute. The units of all Rotation attributes are radians.

Namespace: Cognex.VisionPro.OCVMax
Assembly: Cognex.VisionPro.OCVMax (in Cognex.VisionPro.OCVMax.dll) Version: 65.1.0.0
Syntax

public double GetDOFRotation(
	CogOCVMaxDOFAttributeConstants selector
)

Parameters

selector
Type: Cognex.VisionPro.OCVMax CogOCVMaxDOFAttributeConstants
The desired attribute. May be one of: CogOCVMaxDOFAttributeConstants::LowerLimit, ::Nominal, ::UpperLimit, or ::Overlap.

Return Value

Type: Double
A System::Double representing the specified Rotation attribute in radians.
Exceptions

ExceptionCondition
ObjectDisposedExceptionIf this CogOCVMaxSearchParams object has already been disposed.
See Also