RFMeshTools.MergeShells



Your Ad Here

Description

Merges the specified shells in a model into one shell and returns an RFErrorCode value indicating whether an error occurs.

Syntax

Function RFMeshTools.MergeShells(shellCount As Long, pShellIDs As RFEntityID, dCritTolRatio As Double, pResultShellID As RFEntityID) As RFErrorCode

The MergeShells syntax has these parts:

Part Description
shellCount [INLong Required. Number of shells to merge.
pShellIDs [INRFEntityID Required. The first element of RFEntityID array containing shells RFEntityID to merge.
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