M_Rhino_Geometry_Unroller_AddFollowingGeometry_8 - mcneel/rhinocommon-api-docs GitHub Wiki
Adds text dots that should be unrolled along with the surface/brep.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public void AddFollowingGeometry(
IEnumerable<TextDot> dots
)
VB
Public Sub AddFollowingGeometry (
dots As IEnumerable(Of TextDot)
)
- dots
- Type: System.Collections.Generic.IEnumerable(TextDot)
An array, a list or any enumerable set of text dots.
Supported in: 6.0.16224.21491, 5D58w
Unroller Class
AddFollowingGeometry Overload
Rhino.Geometry Namespace