M_Rhino_Geometry_Collections_BrepEdgeList_Add_2 - 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 curve3dIndex
)
VB
Public Function Add (
curve3dIndex As Integer
) As BrepEdge
- curve3dIndex
- Type: System.Int32
[Missing documentation for "M:Rhino.Geometry.Collections.BrepEdgeList.Add(System.Int32)"]
Type: BrepEdge
[Missing documentation for "M:Rhino.Geometry.Collections.BrepEdgeList.Add(System.Int32)"]
Supported in: 6.0.16224.21491, 5D58w
BrepEdgeList Class
Add Overload
Rhino.Geometry.Collections Namespace