Cog3DShapeIntersectionStatusConstants EnumerationCognex VisionPro
This enum defines the possible shape intersection status for 3D shapes.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 65.1.0.0
Syntax

public enum Cog3DShapeIntersectionStatusConstants
Members

  Member nameValueDescription
Intersect1 Two Shapes intersect.
Overlap2 One shape is coincident with the other shape, or is on the other shape, or has overlap with the other shape.
None3 Two Shapes have no intersection.
See Also