Description
Merges all the shells into one shell.
Syntax
Function RFMeshTools.VolumeMergeAllShells( resolution As Double, quickProjection As Boolean, optimizeMesh As Boolean) As RFErrorCode
The VolumeMergeAllShells syntax has these parts:
| Part | Description |
|---|---|
| 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