Cog3DPointCloudMesh SetStorageFromRootTransform Method Cognex VisionPro 9.8 SR1
Replace the existing storage-from-root transform at the specified index with the supplied value.

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

public void SetStorageFromRootTransform(
	int index,
	ICog3DTransform storageFromRoot
)

Parameters

index
Type: System Int32
The zero -based index at which to replace the root and transform.
storageFromRoot
Type: Cognex.VisionPro3D ICog3DTransform
The transform to be assigned.
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
ArgumentOutOfRange If index is less than zero or not less than NumRoots.
ArgumentNullException If storageFromRoot is null.
See Also