CogDistanceSegmentCircleTool SegmentX Property Cognex VisionPro
Returns the X coordinate of the point on the line segment nearest to the circle. Valid only if Distance <> 0.

Namespace: Cognex.VisionPro.Dimensioning
Assembly: Cognex.VisionPro.Dimensioning (in Cognex.VisionPro.Dimensioning.dll) Version: 65.1.0.0
Syntax

public double SegmentX { get; }

Property Value

Type: Double
Remarks

This property is part of a tool wrapper for CogMath.DistanceSegmentCircle(CogLineSegment, CogCircle, ICogImage, Double , Double , Double , Double ) so that you can use it in QuickBuild.

If you want to use DistanceSegmentCircle(CogLineSegment, CogCircle, ICogImage, Double , Double , Double , Double ) in your application, you should use it directly.

If you are using QuickBuild, you should use the CogDistanceSegmentCircleTool control in the QuickBuild's Job Editor toolbox.

There is virtually no case in which you should use this property or any part of CogDistanceSegmentCircleTool directly in your application.

Returns the X coordinate of the first point on the line segment nearest to the circle. Valid only if NumPoints >= 2.

See Also