RFMeshTools.MergeAllShells



Your Ad Here

Description

Merges all the shells in a model into one shell.

Syntax

Function RFMeshTools.MergeAllShells(bShownShellOnly As Boolean, dCritTolRatio As Double, pResultShellID As RFEntityID) As RFErrorCode

The MergeAllShells syntax has these parts:

Part Description
bShownShellOnly [INBoolean Required. It determines whether only the visible shells are merged.
dCritTolRatio [INDouble Required. Multiplier to the automatically determined distance criterion.
pResultShellID [OUTRFEntityID Required. Entity ID of the merged shell.

Settings

The dCritTolRatio has these settings:

Value Description
0 It pops up the dialog box for user to input the merging option.
1 It uses the automatically determined distance criterion.
(Non-zero and positive value) It multiplies the automatically determined distance criterion by the specified value.

 

Return to Rapidform Index


Your Ad Here