This enum defines the possible shape intersection status for 3D shapes.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 75.1.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Intersect | 1 | Two Shapes intersect. | |
| Overlap | 2 | One shape is coincident with the other shape, or is on the other shape, or has overlap with the other shape. | |
| None | 3 | Two Shapes have no intersection. |
See Also