CogLineDOFConstants EnumerationCognex VisionPro 9.5
Enumeration for the graphic degree of freedom enable constants of an interactive line.

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

[FlagsAttribute]
public enum CogLineDOFConstants
Members

  Member nameValueDescription
None0Disables all interactive modification of the Line.
Rotation1Enables interactive manipulation of the rotation of the line about the reference point.
Position-2147483648Enables interactive repositioning of the Line.
All-1Enables all degrees of freedom for the Line.
Remarks

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

See Also