Text3d Class

Text3d Class

3D aligned text with font settings.
Inheritance Hierarchy
SystemObject
  Rhino.DisplayText3d

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public class Text3d : IDisposable
Public Class Text3d
	Implements IDisposable

The Text3d type exposes the following members.

Constructors
  NameDescription
Public methodText3d(String)
Constructs a new instance of Text3d.
Public methodText3d(String, Plane, Double)
Constructs a new instance of Text3d.
Top
Properties
  NameDescription
Public propertyBold
Gets or sets whether this Text3d object will be drawn in Bold.
Public propertyBoundingBox
Gets the boundingbox for this Text3d object.
Public propertyFontFace
Gets or sets the FontFace name.
Public propertyHeight
Gets or sets the height (in units) of this Text3d object. The height should be a positive number larger than zero.
Public propertyHorizontalAlignment
Horizontal alignment that this Text3d is drawn with
Public propertyItalic
Gets or sets whether this Text3d object will be drawn in Italics.
Public propertyText
Gets or sets the text string for this Text3d object.
Public propertyTextPlane
Gets or sets the 3D aligned plane for this Text3d object.
Public propertyVerticalAlignment
Vertical alignment that this Text3d is drawn with
Top
Methods
  NameDescription
Public methodDispose
Actively reclaims unmanaged resources that this instance uses.
Protected methodDispose(Boolean)
For derived class implementers.

This method is called with argument true when class user calls Dispose(), while with argument false when the Garbage Collector invokes the finalizer, or Finalize() method.

You must reclaim all used unmanaged resources in both cases, and can use this chance to call Dispose on disposable fields if the argument is true.

Also, you must call the base virtual method within your overriding method.

Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Protected methodFinalize
Passively reclaims unmanaged resources when the class user did not explicitly call Dispose().
(Overrides ObjectFinalize.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also