Gets/sets the collection of 3D model points.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 83.0.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.
| Exception | Condition |
|---|
| ArgumentNullException |
If the input argument of the setter is null.
|