Check if the supplied ICogVisionData object is used
for 3D vision tools. If the ICogVisionData object
contains a valid CogImage16Range type or
a valid Cog3DPointCloudMesh type,
this function returns true, otherwise it returns false.
Namespace: Cognex.VisionPro3D.ImplementationAssembly: Cognex.VisionPro.CorePlus (in Cognex.VisionPro.CorePlus.dll) Version: 69.0.0.0
Syntax
Parameters
- data
- Type: Cognex.VisionPro ICogVisionData
The ICogVisionData object.
Return Value
Type: Booleantrue if it is a valid 3D vision data, false otherwise.
See Also