SubDEdgeChainAddEdge Method |
Adds an edge to whichever end of the chain it connects to.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 8.36
Syntaxpublic uint AddEdge(
SubDEdge edge
)
Public Function AddEdge (
edge As SubDEdge
) As UInteger
Parameters
- edge
- Type: Rhino.GeometrySubDEdge
The edge to add.
Return Value
Type:
UInt32
The number of edges that were added, so 1 on success and 0 if the edge does not
connect to either end, is already in the chain, or the chain is empty.
Remarks
See Also