Description
Deletes boundary faces in the currently selected faces(region) by specified iteration number and returns an RFErrorCode value indicating whether an error occurs.
Syntax
Function RFMeshTools.ShrinkRegion(depth As Long) As RFErrorCode
The ShrinkRegion syntax has these parts:
| Part | Description |
|---|---|
| depth | [IN] Long Required. Number of recursive iteration. |
Remarks