M_Rhino_Geometry_Collections_BrepEdgeList_Add - mcneel/rhinocommon-api-docs GitHub Wiki

BrepEdgeList.Add Method (BrepVertex, BrepVertex, Int32, Interval, 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(
	BrepVertex startVertex,
	BrepVertex endVertex,
	int curve3dIndex,
	Interval subDomain,
	double edgeTolerance
)

VB

Public Function Add ( 
	startVertex As BrepVertex,
	endVertex As BrepVertex,
	curve3dIndex As Integer,
	subDomain As Interval,
	edgeTolerance As Double
) As BrepEdge

Parameters

 

startVertex
Type: Rhino.Geometry.BrepVertex
[Missing documentation for "M:Rhino.Geometry.Collections.BrepEdgeList.Add(Rhino.Geometry.BrepVertex,Rhino.Geometry.BrepVertex,System.Int32,Rhino.Geometry.Interval,System.Double)"]
endVertex
Type: Rhino.Geometry.BrepVertex
[Missing documentation for "M:Rhino.Geometry.Collections.BrepEdgeList.Add(Rhino.Geometry.BrepVertex,Rhino.Geometry.BrepVertex,System.Int32,Rhino.Geometry.Interval,System.Double)"]
curve3dIndex
Type: System.Int32
[Missing documentation for "M:Rhino.Geometry.Collections.BrepEdgeList.Add(Rhino.Geometry.BrepVertex,Rhino.Geometry.BrepVertex,System.Int32,Rhino.Geometry.Interval,System.Double)"]
subDomain
Type: Rhino.Geometry.Interval
[Missing documentation for "M:Rhino.Geometry.Collections.BrepEdgeList.Add(Rhino.Geometry.BrepVertex,Rhino.Geometry.BrepVertex,System.Int32,Rhino.Geometry.Interval,System.Double)"]
edgeTolerance
Type: System.Double
[Missing documentation for "M:Rhino.Geometry.Collections.BrepEdgeList.Add(Rhino.Geometry.BrepVertex,Rhino.Geometry.BrepVertex,System.Int32,Rhino.Geometry.Interval,System.Double)"]

Return Value

Type: BrepEdge
[Missing documentation for "M:Rhino.Geometry.Collections.BrepEdgeList.Add(Rhino.Geometry.BrepVertex,Rhino.Geometry.BrepVertex,System.Int32,Rhino.Geometry.Interval,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** ⚠️