Unroller.AddFollowingGeometry Method (IEnumerable(Point3d), IEnumerable(String))

UnrollerAddFollowingGeometry Method (IEnumerablePoint3d, IEnumerableString)

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

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
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.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also