Cog3DAngleRange Length Property Cognex VisionPro 9.8
Gets the length of the angle range in radians, and is defined as follows:
  • If RangeType is Cog3DRangeTypeConstants.Full, Length is 2 * Math.PI.
  • If RangeType is Cog3DRangeTypeConstants.Empty,Length is 0.
  • If RangeType is Cog3DRangeTypeConstants.Partial, Length is (End -Start).

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

public double Length { get; }

Property Value

Type: Double
The length of the angle range in radians.
See Also