Cog3DPointCloudMesh AddRootAndTransform Method Cognex VisionPro 9.25 SR1
Append the supplied root and storage-from-root transform to this point cloud.

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

public void AddRootAndTransform(
	Cog3DPointCloudMeshRoot root,
	ICog3DTransform storageFromRoot
)
Events

Event TypeReason
ICogChangedEvent Changed Fires when this method changes the internal state of this object.

The following state flags may be affected:

Exceptions

ExceptionCondition
ArgumentNullException If either root or storageFromRoot is null.
See Also