CogLineSegmentDOFConstants EnumerationCognex VisionPro 9.8 SR1
Enumeration for the degree of freedom constants of an interactive line segment.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.0.0.0
Syntax

[FlagsAttribute]
public enum CogLineSegmentDOFConstants
Members

  Member nameValueDescription
None0Disables all interactive modification of the line segment.
StartPoint1Enables interactive manipulation of the start point of the line segment.
EndPoint2Enables interactive manipulation of the end point of the line segment.
BothPoints3Enables interactive manipulation of both points of the line segment.
Position-2147483648Enables interactive manipulation of the position of the line segment.
All-1Enables 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 CogLineSegment. You can OR these constants to combine different degrees of freedom.

See Also