Description
Merges the specified shells into one shell using volume method.
Syntax
Function RFMeshTools.VolumeMergeShells( shellCount As Long, pShellIDs As RFEntityID, resolution As Double, quickProjection As Boolean, optimizeMesh As Boolean) As RFErrorCode
The VolumeMergeShells 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. |
| resolution | [IN] Double Required. Volume merge resolution. |
| quickProjection | [IN] Boolean Required. Assume all the vertices of a shell can be projected onto a plane without overlap. |
| optimizeMesh | [IN] Boolean Required. Optimizes the shell. |
Remarks