CogGeneralContourEllipticalArcSegmentIterator EndAngle Property Cognex VisionPro
Computes the angle of the tangent to this segment's shape at the end of the segment.

Namespace: Cognex.VisionPro.Implementation.Internal
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 65.1.0.0
Syntax

public virtual double EndAngle { get; }

Property Value

Type: Double

Implements

ICogGeneralContourEllipticalArcSegmentIterator EndAngle
Remarks

Computes the angle of the tangent to this segment's shape at the end of the segment. Angles are given in radians and normalized to the range −π to π.

See Also