Skip to content

M_Rhino_Geometry_Unroller_AddFollowingGeometry_5

Will Pearson edited this page Aug 12, 2016 · 2 revisions

Unroller.AddFollowingGeometry Method (IEnumerable(Curve))

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

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public void AddFollowingGeometry(
	IEnumerable<Curve> curves
)

VB

Public Sub AddFollowingGeometry ( 
	curves As IEnumerable(Of Curve)
)

Parameters

 

curves
Type: System.Collections.Generic.IEnumerable(Curve)
An array, a list or any enumerable set of curves.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Unroller Class
AddFollowingGeometry Overload
Rhino.Geometry Namespace

Clone this wiki locally