Description
Fills hole-loops in a specified shell with specified options and returns an RFErrorCode value indicating whether an error occurs.
Syntax
Function RFMeshTools.VolumeFillHolesShell(shellID As RFEntityID, resolution As Double, iteration As Int, exceptBiggestHole As Boolean, optimizeMesh As Boolean) As RFErrorCode
The VolumeFillHolesShell syntax has these parts:
| Part | Description |
|---|---|
| shellID | [IN] RFEntityID Required. Shell's RFEntityID to fill the hole-loops. |
| resolution | [IN] Double Required. Volume fill hole resolution. |
| iteration | [IN] Int Required. Volume fill hole iteration. |
| exceptBiggestHole | [IN] Boolean Required. Except the biggest hole. |
| optimizeMesh | [IN] Boolean Required. Optimizes the shell. |
Remarks