M_Rhino_Geometry_Collections_BrepEdgeList_Add_4 - mcneel/rhinocommon-api-docs GitHub Wiki
Create and add a new edge to this list
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
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
- 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)"]
Type: BrepEdge
[Missing documentation for "M:Rhino.Geometry.Collections.BrepEdgeList.Add(System.Int32,System.Int32,System.Int32,System.Double)"]
Supported in: 6.0.16224.21491, 5D58w
BrepEdgeList Class
Add Overload
Rhino.Geometry.Collections Namespace