Append the supplied root and storage-from-root
transform to this point cloud.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro.CorePlus (in Cognex.VisionPro.CorePlus.dll) Version: 80.0.0.0
Syntax
Parameters
- root
- Type: Cognex.VisionPro3D Cog3DPointCloudMeshRoot
The root object to be appended.
- storageFromRoot
- Type: Cognex.VisionPro3D ICog3DTransform
The transform to be appended.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed |
Fires when this method changes the internal state of this object.
The following state flags may be affected: |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | If either root or storageFromRoot is null. |
See Also