M_Rhino_Geometry_Collections_BrepEdgeList_Add - 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(
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
- 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)"]
Type: BrepEdge
[Missing documentation for "M:Rhino.Geometry.Collections.BrepEdgeList.Add(Rhino.Geometry.BrepVertex,Rhino.Geometry.BrepVertex,System.Int32,Rhino.Geometry.Interval,System.Double)"]
Supported in: 6.0.16224.21491, 5D58w
BrepEdgeList Class
Add Overload
Rhino.Geometry.Collections Namespace