Click or drag to resize

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
public Brep[] UnjoinEdges(
	IEnumerable<int> edgesToUnjoin
)

Parameters

edgesToUnjoin
Type: System.Collections.GenericIEnumerableInt32
The indices of the Brep edges to un-join.

Return Value

Type: Brep
This Brep is not modified, the trim results are returned in an array.
See Also