Click or drag to resize

SubDEdgeChainAddOneNeighbor Method

Extends the chain by one edge at one or both ends.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.36
Syntax
public uint AddOneNeighbor(
	ChainDirection direction,
	SubDChainType chainType
)

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: UInt32
The number of edges that were added.
See Also