Cog3DCrsp2D3D FeatureModel3DIndex Property Cognex VisionPro 9.5
Gets/sets the 3D model feature index (within the 3D model feature collection) corresponding to the found 2D feature(s).

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

public int FeatureModel3DIndex { get; set; }

Property Value

Type: Int32
The 3D feature index (within the 3D model feature collection) corresponding to the found 2D feature(s). Note that most corresponders and pose estimators support Objects of type Cog3DVect3 as a minimum. Check the corresponder/pose estimator you are using for supported 3D feature types.
Exceptions

ExceptionCondition
ArgumentException If the input argument of the setter is less than 0.
See Also