Cog3DCrsp2D3D Subfeature Property Cognex VisionPro
Gets/sets the subfeature type within the 3D model feature. The found 2D feature(s) corresponds to this subfeature type.

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

public Cog3DSubfeatureConstants Subfeature { get; set; }

Property Value

Type: Cog3DSubfeatureConstants
The subfeature type within the 3D feature.
Remarks

The subfeature type allows explicit correspondence of the 2D features to a particular subfeature of the 3D feature. For example, you can specify a set of 2D feature points correspond to the circular end of a cylinder.
See Also