RhinoCommon API
BrepEdgeListSplitEdgeAtParameters Method |
Splits an edge at the specified parameters.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll)

public int SplitEdgeAtParameters( int edgeIndex, IEnumerable<double> edgeParameters )
Public Function SplitEdgeAtParameters ( edgeIndex As Integer, edgeParameters As IEnumerable(Of Double) ) As Integer
Parameters
- edgeIndex
- Type: SystemInt32
The index of the edge to be addressed. - edgeParameters
- Type: System.Collections.GenericIEnumerableDouble
The parameter along that edge.
Return Value
Type: Int32Number of splits applied to the edge.

This function leaves deleted stuff in the brep. Call Brep.Compact() to
remove deleted stuff.

Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.14