RhinoCommon API
BrepUnjoinEdges Method |
Unjoins, or separates, edges within the Brep. Note, seams in closed surfaces will not separate.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)

public Brep[] UnjoinEdges( IEnumerable<int> edgesToUnjoin )
Public Function UnjoinEdges ( edgesToUnjoin As IEnumerable(Of Integer) ) As Brep()
Parameters
- edgesToUnjoin
- Type: System.Collections.GenericIEnumerableInt32
The indices of the Brep edges to unjoin.
Return Value
Type: BrepThis Brep is not modified, the trim results are returned in an array.

Rhino for Windows
Supported in: 6.14