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)
Since: 5.0
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.
See Also