SubDEdgeChainAddOneNeighbor Method |
Extends the chain by one edge at one or both ends.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 8.36
Syntaxpublic uint AddOneNeighbor(
ChainDirection direction,
SubDChainType chainType
)
Public Function AddOneNeighbor (
direction As ChainDirection,
chainType As SubDChainType
) As UInteger
Parameters
- direction
- Type: Rhino.GeometryChainDirection
Which end or ends to extend. - chainType
- Type: Rhino.GeometrySubDChainType
Which edges and vertices the chain is allowed through.
Return Value
Type:
UInt32The number of edges that were added.
See Also