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
Syntaxpublic SubDEdge FindOrAdd(
SubDVertex v0,
SubDVertex v1
)
Public Function FindOrAdd (
v0 As SubDVertex,
v1 As SubDVertex
) As SubDEdge
Parameters
- v0
- Type: Rhino.GeometrySubDVertex
First vertex. - v1
- Type: Rhino.GeometrySubDVertex
Second vertex.
Return Value
Type:
SubDEdgeThe existing or newly added edge, or null on failure.
See Also