M_Rhino_Geometry_Unroller_AddFollowingGeometry_7 - mcneel/rhinocommon-api-docs GitHub Wiki

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

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

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public void AddFollowingGeometry(
	IEnumerable<Point3d> dotLocations,
	IEnumerable<string> dotText
)

VB

Public Sub AddFollowingGeometry ( 
	dotLocations As IEnumerable(Of Point3d),
	dotText As IEnumerable(Of String)
)

Parameters

 

dotLocations
Type: System.Collections.Generic.IEnumerable(Point3d)
An array, a list, or any enumerable set of dot locations.
dotText
Type: System.Collections.Generic.IEnumerable(String)
An array, a list, or any enumerable set of dot strings.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Unroller Class
AddFollowingGeometry Overload
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️