M_Rhino_Geometry_Collections_BrepEdgeList_Add_4 - mcneel/rhinocommon-api-docs GitHub Wiki

BrepEdgeList.Add Method (Int32, Int32, Int32, Double)

Create and add a new edge to this list

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

Syntax

C#

public BrepEdge Add(
	int startVertexIndex,
	int endVertexIndex,
	int curve3dIndex,
	double edgeTolerance
)

VB

Public Function Add ( 
	startVertexIndex As Integer,
	endVertexIndex As Integer,
	curve3dIndex As Integer,
	edgeTolerance As Double
) As BrepEdge

Parameters

 

startVertexIndex
Type: System.Int32
[Missing documentation for "M:Rhino.Geometry.Collections.BrepEdgeList.Add(System.Int32,System.Int32,System.Int32,System.Double)"]
endVertexIndex
Type: System.Int32
[Missing documentation for "M:Rhino.Geometry.Collections.BrepEdgeList.Add(System.Int32,System.Int32,System.Int32,System.Double)"]
curve3dIndex
Type: System.Int32
[Missing documentation for "M:Rhino.Geometry.Collections.BrepEdgeList.Add(System.Int32,System.Int32,System.Int32,System.Double)"]
edgeTolerance
Type: System.Double
[Missing documentation for "M:Rhino.Geometry.Collections.BrepEdgeList.Add(System.Int32,System.Int32,System.Int32,System.Double)"]

Return Value

Type: BrepEdge
[Missing documentation for "M:Rhino.Geometry.Collections.BrepEdgeList.Add(System.Int32,System.Int32,System.Int32,System.Double)"]

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

BrepEdgeList Class
Add Overload
Rhino.Geometry.Collections Namespace

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