UnrollerAddFollowingGeometry Method (TextDot) |
Adds a text dot that should be unrolled along with the surface/brep.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public void AddFollowingGeometry(
TextDot dot
)
Public Sub AddFollowingGeometry (
dot As TextDot
)
Parameters
- dot
- Type: Rhino.GeometryTextDot
A text dot.
See Also