Cog3DPatMaxPattern GetTrainedVisionData Method Cognex VisionPro 9.22 SR1
Gets a vision data representation of the trained points for this pattern.

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

public ICogVisionData GetTrainedVisionData()

Return Value

Type: ICogVisionData
An ICogVisionData that contains the trained points.
Exceptions

ExceptionCondition
CogOperatorNotTrainedException This pattern operator is not trained.
Remarks

3D vision data can be stored in a single CogImage16Range or stored in a CogVisionDataContainer as a matched pair, with one CogImage16Range holding the 3D data and one CogImage16Grey holding corresponding grey-level information or stored in a Cog3DPointCloudMesh. Either style of input is acceptable. All objects are referred to by the term "vision data" and all support the ICogVisionData interface.

See Also