Description
Split edges by the specified path.
Syntax
Function RFMeshTools.SplitEdgesByCustomPath(shellID As RFEntityID, iVertexCount As Long, pVertexIDs As RFEntityID) As RFErrorCode
The SplitEdgesByCustomPath 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 the path. |