Description
Rearranges the mesh structure of a specified shell globally to improve the quality of each face and returns an RFErrorCode value indicating whether an error occurs.
Syntax
Function RFMeshTools.RemeshGlobal(shellID As RFEntityID) As RFErrorCode
The RemeshGlobal syntax has these parts:
| Part | Description |
|---|---|
| shellID | [IN] RFEntityID Required. Shell's RFEntityID to rearrange the mesh structure. |
Remarks