Gets/sets the 3D model points, in Model3D space, that define
the object of interest.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 85.1.0.0
public Cog3DVect3Collection PointsModel3D { get; set; }public Cog3DVect3Collection PointsModel3D { get; set; }Public Property PointsModel3D As Cog3DVect3Collection
Get
Set
Public Property PointsModel3D As Cog3DVect3Collection
Get
Set
public:
property Cog3DVect3Collection^ PointsModel3D {
Cog3DVect3Collection^ get ();
void set (Cog3DVect3Collection^ value);
}public:
property Cog3DVect3Collection^ PointsModel3D {
Cog3DVect3Collection^ get ();
void set (Cog3DVect3Collection^ value);
}Property Value
Type:
Cog3DVect3Collection
A collection of 3D model points in Model3D space.
| Exception | Condition |
|---|
| ArgumentNullException |
If input argument in the setter is null.
|