Description
Merges the specified shells into one shell.
Syntax
Function RFPointTools.MergePointCloudShells(shellCount As Long, pShellIDs As RFEntityID, iMergeOption As RFMergePointCloudShellOption, pResultShellID As RFEntityID) As RFErrorCode
The MergePointCloudShells syntax has these parts:
| Part | Description |
|---|---|
| shellCount | [IN] Long Required. The number of shells to be merged. |
| pShellIDs | [IN] RFEntityID Required. The first element of array which stores the shells' RFEntityID. |
| iMergeOption | [IN] RFMergePointCloudShellOption Required. Option for merge point cloud shells. |
| pResultShellID | [OUT] RFEntityID Required. RFEntityID of the shell merged. |
Remarks