Click or drag to resize

SubDEdgeListAdd Method

Add a new edge to the list.

Namespace:  Rhino.Geometry.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax
public SubDEdge Add(
	SubDEdgeTag tag,
	SubDVertex v0,
	SubDVertex v1
)

Parameters

tag
Type: Rhino.GeometrySubDEdgeTag
The type of edge tag, such as smooth or corner.
v0
Type: Rhino.GeometrySubDVertex
First vertex.
v1
Type: Rhino.GeometrySubDVertex
Second vertex.

Return Value

Type: SubDEdge

[Missing <returns> documentation for "M:Rhino.Geometry.Collections.SubDEdgeList.Add(Rhino.Geometry.SubDEdgeTag,Rhino.Geometry.SubDVertex,Rhino.Geometry.SubDVertex)"]

Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionIf tag is unset or non-defined.
See Also