Description
Unites a set of specified shells in the model into a single shell and returns an RFEntityID value of the united shell.
Syntax
Function RFModel.UniteSomeShells(numShell As Long, pShellIDs As RFEntityID, pNewShellID As RFEntityID) As RFErrorCode
The UniteSomeShells syntax has these parts:
| Part | Description |
|---|---|
| numShell | [IN] Long Required. The number of shells to unite. |
| pShellIDs | [IN] RFEntityID Required. The first element of shells RFEntityID array. |
| pNewShellID | [OUT] RFEntityID Required. The united shell's RFEntityID. |
Remarks