Unroller.AddFollowingGeometry Method (Point3d, String)

UnrollerAddFollowingGeometry Method (Point3d, String)

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

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public void AddFollowingGeometry(
	Point3d dotLocation,
	string dotText
)
Public Sub AddFollowingGeometry ( 
	dotLocation As Point3d,
	dotText As String
)

Parameters

dotLocation
Type: Rhino.GeometryPoint3d
A dot point.
dotText
Type: SystemString
A dot text.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also