Text_Glyph
Synopsis
display a text string at the coordinates in the input mesh
Input Port
in_mesh
|
Mesh
|
in_text
|
array of strings
|
Parameters
Output Port
Description
Text_Glyph is a wrapper for text_glyph. It takes a Mesh and an array of strings and displays a string at each coordinate in the Mesh. The Display Data and the Data Select Component can be specified.
Input
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.
Parameters
none.
Output Port
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
v/dv.examp/textglyph
File
v/modules.v
See also related modules