This class defines enumeration constants of the subfeature types
available in decomposing 3D model features.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 65.1.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Point0 | 0 | It indicates that the subfeature type is a 3D point within a 3D feature. | |
| StraightEdge0 | 256 | It indicates that the subfeature type is a 3D line or a 3D line segment within a 3D feature. | |
| CircularEdge0 | 512 | It indicates that the subfeature type is a 3D circle curve within a 3D feature | |
| CircularEdge1 | 514 | It indicates that the subfeature type is a 3D circle curve within a 3D feature | |
| OccludingEdge0 | 1024 | It indicates that the subfeature type is a 3D occluding edge within a 3D feature | |
| OccludingEdge1 | 1026 | It indicates that the subfeature type is a 3D occluding edge within a 3D feature |
See Also