Cog3DAngleRange PropertiesCognex VisionPro

The Cog3DAngleRange type exposes the following members.

Properties

  NameDescription
Public propertyEnd
Gets the end value of the angle range in radians.
Public propertyLength
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).
Public propertyMiddle
Gets the middle of the angle range in radians.
Public propertyRangeType
Gets the type of the angle range.
Public propertyStart
Gets the start value of the angle range in radians.
Top
See Also