BrepEdgeList.SplitEdgeAtParameters Method

BrepEdgeListSplitEdgeAtParameters Method

Splits an edge at the specified parameters.

Namespace:  Rhino.Geometry.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
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: Int32
Number of splits applied to the edge.
Remarks
This function leaves deleted stuff in the brep. Call Brep.Compact() to remove deleted stuff.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also