CircularArc ArcLength Property Cognex VisionPro 9.25 SR1

Returns the length of this circular arc.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.25.1.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