An enumeration that specifies how the direction of the point extarction extraction will be defined.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 73.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| DirectionFromPredefinedList | 0 | The direction is specified by one of the points from the predefined list: top, left, etc... | |
| DirectionFromAngle | 1 | The direction is specified by a user given angle | |
| DirectionFromLineSegment | 2 | The direction is specified by a line segment |
See Also