Enumeration for the degree of freedom constants of an interactive polygon shape.
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 interactive manipulation of all degrees of freedom of the polygon. | |
| VertexPositions | 1 | Enables interactive manipulation of individual vertex positions. | |
| Position | -2147483648 | Enables interactive manipulation of the position of the entire polygon. | |
| All | -1 | Enables interactive manipulation of all degrees of freedom of the polygon. |
Remarks
Enumeration for the degree of freedom constants of an interactive polygon shape.
See Also