DisplayPipelineDraw3dText Method (Text3d, Color, Point3d) |
Draws 3d text using the Text3d plane with an adjusted origin.
Namespace:
Rhino.Display
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
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.
See Also