Enumeration for the degree of freedom constants of an interactive line segment.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 65.1.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Disables all interactive modification of the line segment. | |
| StartPoint | 1 | Enables interactive manipulation of the start point of the line segment. | |
| EndPoint | 2 | Enables interactive manipulation of the end point of the line segment. | |
| BothPoints | 3 | Enables interactive manipulation of both points of the line segment. | |
| Position | -2147483648 | Enables interactive manipulation of the position of the line segment. | |
| All | -1 | 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 CogLineSegment. You can OR these constants to combine different degrees of freedom.
See Also