Click or drag to resize

UnrollerAddFollowingGeometry Method (IEnumerableCurve)

Adds curves that should be unrolled along with the surface/brep.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public void AddFollowingGeometry(
	IEnumerable<Curve> curves
)

Parameters

curves
Type: System.Collections.GenericIEnumerableCurve
An array, a list or any enumerable set of curves.
See Also