Cog3DPointCloudMesh Constructor (Cog3DPointCloudMesh)Cognex VisionPro 9.5
Copy construct a Cog3DPointCloudMesh from the supplied instance.

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

public Cog3DPointCloudMesh(
	Cog3DPointCloudMesh other
)
Exceptions

ExceptionCondition
ArgumentNullException If other is null.
See Also