Description
Copies the specified shell and returns an RFEntityID value of the new shell.
Syntax
Function RFModel.CopyShell(shellID As RFEntityID, pNewShellID As RFEntityID) As RFErrorCode
The CopyShell syntax has these parts:
| Part | Description |
|---|---|
| shellID | [IN] RFEntityID Required. Entity ID of the shell that needs to be copied. |
| pNewShellID | [OUT] RFEntityID Required. Entity ID of the newly created shell. |
Remarks