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

BrepEdgeListAdd Method (BrepVertex, BrepVertex, Int32, Double)

Create and add a new edge to this list

Namespace:  Rhino.Geometry.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public BrepEdge Add(
	BrepVertex startVertex,
	BrepVertex endVertex,
	int curve3dIndex,
	double edgeTolerance
)
Public Function Add ( 
	startVertex As BrepVertex,
	endVertex As BrepVertex,
	curve3dIndex As Integer,
	edgeTolerance As Double
) As BrepEdge

Parameters

startVertex
Type: Rhino.GeometryBrepVertex

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

endVertex
Type: Rhino.GeometryBrepVertex

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

curve3dIndex
Type: SystemInt32

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

edgeTolerance
Type: SystemDouble

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

Return Value

Type: BrepEdge

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

Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also