Vizard 7 » Command Index » Vizard objects » node3d » <node3d:text3d>.message
7.6

<node3d:text3d>.message

This action changes the message displayed by this Text3D object

<node3d:text3d>.message(  
value  
)  
value
A new message to replace the current message with. You can include '\n' characters to break the message into more than one line.

Remarks

This command will set the text of the object

Return Value

None

Example

text = viz.addText('Initial Text')
text.message('New Text')