Click or drag to resize

SubDEdgeListFindOrAdd Method

Gets the edge between two vertices, adding a smooth edge if there is not one yet.

Namespace:  Rhino.Geometry.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.36
Syntax
public SubDEdge FindOrAdd(
	SubDVertex v0,
	SubDVertex v1
)

Parameters

v0
Type: Rhino.GeometrySubDVertex
First vertex.
v1
Type: Rhino.GeometrySubDVertex
Second vertex.

Return Value

Type: SubDEdge
The existing or newly added edge, or null on failure.
See Also