Gets/sets the subfeature type within the 3D model feature.
The found 2D feature(s) corresponds to this subfeature type.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 65.1.0.0
public Cog3DSubfeatureConstants Subfeature { get; set; }public Cog3DSubfeatureConstants Subfeature { get; set; }Public Property Subfeature As Cog3DSubfeatureConstants
Get
Set
Public Property Subfeature As Cog3DSubfeatureConstants
Get
Set
public:
property Cog3DSubfeatureConstants Subfeature {
Cog3DSubfeatureConstants get ();
void set (Cog3DSubfeatureConstants value);
}public:
property Cog3DSubfeatureConstants Subfeature {
Cog3DSubfeatureConstants get ();
void set (Cog3DSubfeatureConstants value);
}Property Value
Type:
Cog3DSubfeatureConstants
The subfeature type within the 3D feature.
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.