RhinoCommon API
DisplayPipelineDraw3dText Method (Text3d, Color, Plane) |
Draws 3d text with a different plane than what is defined in the Text3d class.
Namespace: Rhino.Display
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0

public void Draw3dText( Text3d text, Color color, Plane textPlane )
Public Sub Draw3dText ( text As Text3d, color As Color, textPlane As Plane )
Parameters
- text
- Type: Rhino.DisplayText3d
The string to draw. - color
- Type: System.DrawingColor
Text color. - textPlane
- Type: Rhino.GeometryPlane
The plane for the text object.
