Cog3DPointCloudMesh TriangleAccessor Constructor (Cog3DPointCloudMesh)Cognex VisionPro 9.7
Construct a triangle accessor for the supplied cloud instance.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro.CorePlus (in Cognex.VisionPro.CorePlus.dll) Version: 73.0.0.0
Syntax

public TriangleAccessor(
	Cog3DPointCloudMesh cloud
)
Exceptions

ExceptionCondition
ArgumentNullException If cloud is null.
ArgumentException If the number of roots in the supplied point cloud is less than one.
See Also