LineDOFConstants EnumerationCognex VisionPro 9.23

Enumeration for the graphic degree of freedom enable constants of an interactive line.

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

[FlagsAttribute]
public enum LineDOFConstants
Members

  Member nameValueDescription
None0

Disables all interactive modification of the Line.

Rotation1

Enables interactive manipulation of the rotation of the Line about the reference point.

Position2147483648

Enables interactive repositioning of the Line.

All4294967295

Enables all degrees of freedom for the Line.

Remarks

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

See Also