Description
Combines the specified shells into one shell.
Syntax
Function RFPointTools.CombineShells(shellCount As Long, pShellIDs As RFEntityID, pResultShellID As RFEntityID) As RFErrorCode
The CombineShells syntax has these parts:
| Part | Description |
|---|---|
| shellCount | [IN] Long Required. The number of shells to be combined. |
| pShellIDs | [IN] RFEntityID Required. The first element of array which stores the shells' RFEntityID. |
| pResultShellID | [OUT] RFEntityID Required. RFEntityID of the shell combined. |
Remarks