Click or drag to resize

SubDEdgeChain Constructor (SubD)

Creates an empty chain in the given SubD.

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

Parameters

subd
Type: Rhino.GeometrySubD
The SubD the chain will run through.
See Also