Description
Merges boundary vertices in a specified shell whose distance difference is less than a specified tolerance and returns an RFErrorCode value indicating whether an error occurs.
Syntax
Function RFMeshTools.WeldOneShell(shellID As RFEntityID, tolerance As Double) As RFErrorCode
The WeldOneShell syntax has these parts:
| Part | Description |
|---|---|
| shellID | [IN] RFEntityID Required. Shell's RFEntityID to weld vertices. |
| tolerance | [IN] Double Required. Distance tolerance determining two points are at the same position. |