Click or drag to resize

UnrollerAddFollowingGeometry Method (IEnumerableTextDot)

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<TextDot> dots
)

Parameters

dots
Type: System.Collections.GenericIEnumerableTextDot
An array, a list or any enumerable set of text dots.
See Also