EllipticalArc ArcLength Property Cognex VisionPro 9.23

Returns the total length of this arc.

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

public double ArcLength { get; }

Property Value

Type: Double
Remarks

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

See Also