RhinoCommon API
UnrollerAddFollowingGeometry Method (IEnumerablePoint3d, IEnumerableString) |
Adds text dots that should be unrolled along with the surface/brep.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)

public void AddFollowingGeometry( IEnumerable<Point3d> dotLocations, IEnumerable<string> dotText )
Public Sub AddFollowingGeometry ( dotLocations As IEnumerable(Of Point3d), dotText As IEnumerable(Of String) )
Parameters
- dotLocations
- Type: System.Collections.GenericIEnumerablePoint3d
An array, a list, or any enumerable set of dot locations. - dotText
- Type: System.Collections.GenericIEnumerableString
An array, a list, or any enumerable set of dot strings.

Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.14