BrepEdgeList.Add Method (Int32)

BrepEdgeListAdd Method (Int32)

Create and add a new edge to this list

Namespace:  Rhino.Geometry.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.4
Syntax
public BrepEdge Add(
	int curve3dIndex
)
Public Function Add ( 
	curve3dIndex As Integer
) As BrepEdge

Parameters

curve3dIndex
Type: SystemInt32

[Missing <param name="curve3dIndex"/> documentation for "M:Rhino.Geometry.Collections.BrepEdgeList.Add(System.Int32)"]

Return Value

Type: BrepEdge

[Missing <returns> documentation for "M:Rhino.Geometry.Collections.BrepEdgeList.Add(System.Int32)"]

See Also