Click or drag to resize

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
)

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