M_Rhino_Geometry_Collections_BrepEdgeList_SplitEdgeAtParameters - mcneel/rhinocommon-api-docs GitHub Wiki

BrepEdgeList.SplitEdgeAtParameters Method

Splits an edge at the specified parameters.

Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

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

VB

Public Function SplitEdgeAtParameters ( 
	edgeIndex As Integer,
	edgeParameters As IEnumerable(Of Double)
) As Integer

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.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

BrepEdgeList Class
Rhino.Geometry.Collections Namespace

⚠️ **GitHub.com Fallback** ⚠️