Description
Deletes boundary faces in a specified shell by specified iteration number and returns an RFErrorCode value indicating whether an error occurs.
Syntax
Function RFMeshTools.ShrinkShell(shellID As RFEntityID, depth As Long) As RFErrorCode
The ShrinkShell syntax has these parts:
| Part | Description |
|---|---|
| shellID | [IN] RFEntityID Required. Shell's RFEntityID to delete boundary faces. |
| depth | [IN] Long Required. Number of recursive iterations. |