Cog3DAngleRange Middle Property Cognex VisionPro 9.5
Gets the middle of the angle range in radians.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 69.0.0.0
Syntax

public double Middle { get; }

Property Value

Type: Double
The middle of the angle range in radians.
Exceptions

ExceptionCondition
Cog3DException If RangeType is NOT Cog3DRangeTypeConstants.Partial.
See Also