text_glyph


Synopsis

display a text string at the coordinates in the input mesh

Input Ports

in_mesh

Mesh

in_text

array of strings

 

Output Ports

out_obj

DefaultObject

 

Description

text_glyph takes a Mesh and an array of strings and displays a string at each coordinate in the Mesh.

Input Ports

in_mesh

The input field. The coordinates in the field are used as position at which to display the text strings.

in_text

The input array of strings. A string is displayed at each coordinate in the input mesh. If not enough strings exist, the module cycles through the array of strings.

Output Ports

out_obj

Graphics Display Kit DefaultObject. This is a renderable object that can be connected directly to one of the Graphics Display Kit's viewers.

Example

Libraries.Examples.Visualization.Text_Glyph

File

v/modules.v

See also

Related modules