Skip to content

Text3d

Public Class

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

Constructs a new instance of Text3d.


Public Method

Constructs a new instance of Text3d.


Properties

Name

Description


Public Property

Gets or sets whether this Text3d object will be drawn in Bold.


Public Property

Gets the bounding box for this Text3d object.


Public Property

Gets or sets the FontFace name.


Public Property

Gets or sets the height (in units) of this Text3d object. The height should be a positive number larger than zero.


Public Property

Horizontal alignment that this Text3d is drawn with


Public Property

Gets or sets whether this Text3d object will be drawn in Italics.


Public Property

Gets or sets the text string for this Text3d object.


Public Property

Gets or sets the 3D aligned plane for this Text3d object.


Public Property

Vertical alignment that this Text3d is drawn with


Methods

Name

Description


Public Method

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.)