Description:

Un-joins, or separates, edges within the Brep. Note, seams in closed surfaces will not separate.

Syntax:
public Brep[] UnjoinEdges(
IEnumerable<int> edgesToUnjoin
)
Parameters:
  • edgesToUnjoin
  • Type: IEnumerable<int>
  • The indices of the Brep edges to un-join.
Returns:
Type: Brep[]
This Brep is not modified, the trim results are returned in an array.
Available since:
6.0

UnjoinEdges method

Class:  Rhino.Geometry.Brep

Nothing found