M_Rhino_Geometry_Collections_BrepEdgeList_SplitEdgeAtParameters - mcneel/rhinocommon-api-docs GitHub Wiki
Splits an edge at the specified parameters.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public int SplitEdgeAtParameters(
int edgeIndex,
IEnumerable<double> edgeParameters
)
VB
Public Function SplitEdgeAtParameters (
edgeIndex As Integer,
edgeParameters As IEnumerable(Of Double)
) As Integer
- edgeIndex
- Type: System.Int32
The index of the edge to be addressed. - edgeParameters
- Type: System.Collections.Generic.IEnumerable(Double)
The parameter along that edge.
Type: Int32
Number of splits applied to the edge.
This function leaves deleted stuff in the brep. Call Brep.Compact() to remove deleted stuff.
Supported in: 6.0.16224.21491, 5D58w