Cog3DPoseEstimatorUsingCrsp2D3Ds FeaturesModel3D Property Cognex VisionPro 9.8
Gets/sets the 3D model features, in Model3D space, that define the object of interest.

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

public List<Object> FeaturesModel3D { get; set; }

Property Value

Type: List Object 
A collection of 3D model features in Model3D space.
Exceptions

ExceptionCondition
ArgumentNullException If input argument in the setter is null.
See Also