Click or drag to resize

SubDEdgeChain Constructor (SubD, SubDEdge)

Creates a chain containing a single starting edge. Grow it with AddAllNeighbors(ChainDirection, SubDChainType) or AddOneNeighbor(ChainDirection, SubDChainType).

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.36
Syntax
public SubDEdgeChain(
	SubD subd,
	SubDEdge startEdge
)

Parameters

subd
Type: Rhino.GeometrySubD
The SubD the chain runs through.
startEdge
Type: Rhino.GeometrySubDEdge
The edge to start from.
See Also