LineSegmentDOFConstants EnumerationCognex VisionPro 9.22

Enumeration for the degree of freedom constants of an interactive line segment.

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

[FlagsAttribute]
public enum LineSegmentDOFConstants
Members

  Member nameValueDescription
None0

Disables all interactive modification of the line segment.

StartPoint1

Enables interactive manipulation of the start point of the line segment.

EndPoint2

Enables interactive manipulation of the end point of the line segment.

BothPoints3

Enables interactive manipulation of both points of the line segment.

Position2147483648

Enables interactive manipulation of the position of the line segment.

All4294967295

Enables interactive manipulation of all degrees of freedom of the line segment.

Remarks

Enumeration that describes which degrees of freedom (DOF) are GraphicDOFEnable for an interactive LineSegment. You can OR these constants to combine different degrees of freedom.

See Also