Skip to content

BrepEdgeList.SplitEdgeAtParameters

Public Class

Splits an edge at the specified parameters.

Namespace: Rhino.Geometry.Collections

Assembly: RhinoCommon (in RhinoCommon.dll)

**Since:**5.0

Syntax

public int SplitEdgeAtParameters(
int edgeIndex,
IEnumerable<double> edgeParameters
)

Parameters

edgeIndex

Type:System.Int32
The index of the edge to be addressed.

edgeParameters

Type:System.Collections.Generic.IEnumerable.Double.
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.