M_Rhino_Geometry_TextDot__ctor_1 - mcneel/rhinocommon-api-docs GitHub Wiki

TextDot Constructor (String, Point3d)

Initializes a new textdot based on the text and the location.

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

Syntax

C#

public TextDot(
	string text,
	Point3d location
)

VB

Public Sub New ( 
	text As String,
	location As Point3d
)

Parameters

 

text
Type: System.String
Text.
location
Type: Rhino.Geometry.Point3d
A position.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

TextDot Class
TextDot Overload
Rhino.Geometry Namespace

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