Description
Close gaps between edges and merge crisscrossed vertices. This method allows you to fill line-typed holes or "tears" in the polygon mesh.
Syntax
Function RFMeshTools.SewBoundary( shellID As RFEntityID, tolerance As Double ) As RFErrorCode
The SewBoundary syntax has these parts:
| Part | Description |
|---|---|
| shellID | [IN] RFEntityID Required. Shell's RFEntityID. |
| tolerance | [IN] Double Required. Sewing tolerance. |