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
)
Public Sub AddFollowingGeometry (
curves As IEnumerable(Of Curve)
)
Parameters
- curves
- Type: System.Collections.GenericIEnumerableCurve
An array, a list or any enumerable set of curves.
See Also