An enumeration that specifies the direction in which the estimated plane's
normal should point. Note that, regardless of the direction selected, the
plane is always returned in selected space.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 65.1.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| PositivePixelSpaceZ | 0 | The estimated plane's normal (in selected space) is force to point towards the direction that corresponds approximately to the positive z-axis in pixel space coordinates, when the plane is mapped to pixel space coordinates. | |
| NegativePixelSpaceZ | 1 | The estimated plane's normal (in selected space) is forced to point towards the direction that corresponds approximately to the negative z-axis in pixel space coordinates, when the plane is mapped to pixel space coordinates. |
See Also