Cog3DCrspFeaturesCollection PointsModel3D Property Cognex VisionPro
Gets/sets the collection of 3D model points.

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

public Cog3DVect3Collection PointsModel3D { get; set; }

Property Value

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

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