TextDot Constructor (String, Point3d) |
Initializes a new textdot based on the text and the location.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic TextDot(
string text,
Point3d location
)
Public Sub New (
text As String,
location As Point3d
)
Parameters
- text
- Type: SystemString
Text. - location
- Type: Rhino.GeometryPoint3d
A position.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also