CircularArc ArcLength Property Cognex VisionPro 9.22

Returns the length of this circular arc.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.22.2.0
Syntax

public double ArcLength { get; }

Property Value

Type: Double
Remarks

Returns the length of this circular arc. As AngleSpan becomes greater than 2π, the length continues to increase. This value is always positive.

See Also