Construct a triangle accessor for the supplied cloud instance.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro.CorePlus (in Cognex.VisionPro.CorePlus.dll) Version: 73.0.0.0
Syntax
Parameters
- cloud
- Type: Cognex.VisionPro3D Cog3DPointCloudMesh
The mesh point cloud to be processed.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | If cloud is null. |
| ArgumentException | If the number of roots in the supplied point cloud is less than one. |
See Also