Description
Merges boundary vertices between shells whose distance difference is less than a specified tolerance and returns an RFErrorCode value indicating whether an error occurs.
Syntax
Function RFMeshTools.WeldShells(shellCount As Long, pShellIDs As RFEntityID, tolerance As Double, pResultShellID As RFEntityID) As RFErrorCode
The WeldShells syntax has these parts:
| Part | Description |
|---|---|
| shellCount | [IN] Long Required. |
| pShellIDs | [IN] RFEntityID Required. |
| tolerance | [IN] Double Required. |
| pResultShellID | [OUT] RFEntityID Required. |