DisplayPipeline.Draw3dText Method (Text3d, Color, Point3d)

DisplayPipelineDraw3dText Method (Text3d, Color, Point3d)

Draws 3d text using the Text3d plane with an adjusted origin.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public void Draw3dText(
	Text3d text,
	Color color,
	Point3d textPlaneOrigin
)
Public Sub Draw3dText ( 
	text As Text3d,
	color As Color,
	textPlaneOrigin As Point3d
)

Parameters

text
Type: Rhino.DisplayText3d
The string to draw.
color
Type: System.DrawingColor
Text color.
textPlaneOrigin
Type: Rhino.GeometryPoint3d
The origin of the plane to draw.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also