Cog3DPoseEstimatorUsing2DPoints PointsModel3D Property Cognex VisionPro 9.5
Gets/sets the 3D model points, in Model3D space, that define the object of interest.

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

public Cog3DVect3Collection PointsModel3D { get; set; }

Property Value

Type: Cog3DVect3Collection
A collection of 3D model points in Model3D space.
Exceptions

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