Cog3DPointCloudMeshGraphic Constructor (Cog3DPointCloudMesh)Cognex VisionPro 9.8
Constructor that takes a Cog3DPointCloudMesh.

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

public Cog3DPointCloudMeshGraphic(
	Cog3DPointCloudMesh mesh
)

Parameters

mesh
Type: Cognex.VisionPro3D Cog3DPointCloudMesh
The Cog3DPointCloudMesh object to be used as 3D Graphic.
See Also