RhinoCommon API
| BrepUnjoinEdges Method | 
            Un-joins, or separates, edges within the Brep. Note, seams in closed surfaces will not separate.
            
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 6.0
 Syntax
Syntaxpublic 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 un-join.
Return Value
Type: BrepThis Brep is not modified, the trim results are returned in an array.
 See Also
See Also