Description
Merges all the shells into one shell.
Syntax
Function RFPointTools.MergeAllPointCloudShells(bShownShellOnly As Boolean, iMergeOption As RFMergePointCloudShellOption, pResultShellID As RFEntityID) As RFErrorCode
The MergeAllPointCloudShells syntax has these parts:
| Part | Description |
|---|---|
| bShownShellOnly | [IN] Boolean Required. Whether it merges the visible shells only or not. |
| iMergeOption | [IN] RFMergePointCloudShellOption Required. Option for merge point cloud shells. |
| pResultShellID | [OUT] RFEntityID Required. RFEntityID of the shell merged. |