Click or drag to resize

SubDEdgeChainBegin Method

Clears the chain and restarts it from a single edge.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.36
Syntax
public uint Begin(
	SubDEdge startEdge
)

Parameters

startEdge
Type: Rhino.GeometrySubDEdge
The edge to start from.

Return Value

Type: UInt32
The number of edges in the chain, so 1 on success and 0 on failure.
See Also