Description
Thickens a specified open shell by offsetting it by the specified constant thickness and returns an RFErrorCode value indicating whether an error occurs.
Syntax
Function RFMeshTools.ThickenShell(shellID As RFEntityID, dir As RFOffsetDirection, thickness As Double, bCleanCrossingFaces As Boolean) As RFErrorCode
The ThickenShell syntax has these parts:
| Part | Description |
|---|---|
| shellID | [IN] RFEntityID Required. Shells's RFEntityID to thicken. |
| dir | [IN] RFOffsetDirection Required. Direction of offset. |
| thickness | [IN] Double Required. Thickness to apply. |
| bCleanCrossingFaces | [IN] Boolean Required. It determines whether self interseting faces are removed after thickening. |