Click or drag to resize

Text3d Constructor (String, Plane, Double)

Constructs a new instance of Text3d.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Text3d(
	string text,
	Plane plane,
	double height
)

Parameters

text
Type: SystemString
Text string.
plane
Type: Rhino.GeometryPlane
3D Plane for text.
height
Type: SystemDouble
Height (in units) for text.
See Also