Text3d
3D aligned text with font settings.
Inheritance Hierarchy
System.Object
Rhino.Display.Text3d
Namespace: Rhino.Display
Assembly: RhinoCommon (in RhinoCommon.dll)
Syntax
public class Text3d : IDisposable
The Text3d type exposes the following members.
Constructors
Name
Description
Public Method
Text3d(String)
Constructs a new instance of Text3d.
Public Method
Text3d(String, Plane, Double)
Constructs a new instance of Text3d.
Properties
Name
Description
Public Property
Bold
Gets or sets whether this Text3d object will be drawn in Bold.
Public Property
BoundingBox
Gets the bounding box for this Text3d object.
Public Property
FontFace
Gets or sets the FontFace name.
Public Property
Height
Gets or sets the height (in units) of this Text3d object. The height should be a positive number larger than zero.
Public Property
HorizontalAlignment
Horizontal alignment that this Text3d is drawn with
Public Property
Italic
Gets or sets whether this Text3d object will be drawn in Italics.
Public Property
Text
Gets or sets the text string for this Text3d object.
Public Property
TextPlane
Gets or sets the 3D aligned plane for this Text3d object.
Public Property
VerticalAlignment
Vertical alignment that this Text3d is drawn with
Methods
Name
Description
Public Method
Dispose
Actively reclaims unmanaged resources that this instance uses.
Public Method
Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected Method
Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public Method
GetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public Method
GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected Method
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public Method
ToString
Returns a string that represents the current object.
(Inherited from Object.)