Unroller.AddFollowingGeometry Method (IEnumerable(Curve))

UnrollerAddFollowingGeometry Method (IEnumerableCurve)

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

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public void AddFollowingGeometry(
	IEnumerable<Curve> curves
)
Public Sub AddFollowingGeometry ( 
	curves As IEnumerable(Of Curve)
)

Parameters

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

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also