RFMeshTools.ThickenShell



Your Ad Here

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 [INRFEntityID Required. Shells's RFEntityID to thicken.
dir [INRFOffsetDirection Required. Direction of offset.
thickness [INDouble Required. Thickness to apply.
bCleanCrossingFaces [INBoolean Required. It determines whether self interseting faces are removed after thickening.

 

Return to Rapidform Index


Your Ad Here