Cog3DSubfeatureConstants EnumerationCognex VisionPro 9.5
This class defines enumeration constants of the subfeature types available in decomposing 3D model features.

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

public enum Cog3DSubfeatureConstants
Members

  Member nameValueDescription
Point00 It indicates that the subfeature type is a 3D point within a 3D feature.
StraightEdge0256 It indicates that the subfeature type is a 3D line or a 3D line segment within a 3D feature.
CircularEdge0512 It indicates that the subfeature type is a 3D circle curve within a 3D feature
CircularEdge1514 It indicates that the subfeature type is a 3D circle curve within a 3D feature
OccludingEdge01024 It indicates that the subfeature type is a 3D occluding edge within a 3D feature
OccludingEdge11026 It indicates that the subfeature type is a 3D occluding edge within a 3D feature
See Also