Description
Separates face clusters in a specified shell into different shells and returns an RFErrorCode value indicating whether an error occurs.
Syntax
Function RFMeshTools.SeparateClusters(shellID As RFEntityID, maxNewShellCount As Long, pNewShellCount As Long, pNewShellIDs As RFEntityID) As RFErrorCode
The SeparateClusters syntax has these parts:
| Part | Description |
|---|---|
| shellID | [IN] RFEntityID Required. Shell's RFEntityID to separate clusters. |
| maxNewShellCount | [IN] Long Required. The size of pNewShellIDs array. (Maximum number of newly created shells expected.) |
| pNewShellCount | [OUT] Long Required. Number of newly created shells. |
| pNewShellIDs | [OUT] RFEntityID Required. The first element of RFEntityID array to store newly created shells RFEntityID. |
Remarks