Description
Split edges by a specified path.
Syntax
Function RFMeshTools.SplitEdgesByCustomPath2(shellID As RFEntityID, iVertexCount As Long, pVertexIDs As RFEntityID) As RFErrorCode
The SplitEdgesByCustomPath2 syntax has these parts:
| Part | Description |
|---|---|
| shellID | [IN] RFEntityID Required. Entity id. of shell. |
| iVertexCount | [IN] Long Required. The size of pVertexIDs array. |
| pVertexIDs | [IN] RFEntityID Required. Array of entity IDs of a custom path. |