Description
Offsets a specified shell according to the specified parameters and returns an RFErrorCode value indicating whether an error occurs.
Syntax
Function RFMeshTools.VolumeOffsetShell( shellID As RFEntityID, resolution As Double , offsetAmount As Double , offsetDirection As RFOffsetDirection, optimizeMesh As Boolean) As RFErrorCode
The VolumeOffsetShell syntax has these parts:
| Part | Description |
|---|---|
| shellID | [IN] RFEntityID Required. Shell's RFEntityID to volume offset. |
| resolution | [IN] Double Required. Volume offset resolution. |
| offsetAmount | [IN] Double Required. Volume offset amount. |
| offsetDirection | [IN] RFOffsetDirection Required. Volume offset direction. (RF_OFFSET_BOTH is not used.) |
| optimizeMesh | [IN] Boolean Required. Optimizes the shell. |
Remarks