Text3D object allow users to put text on 3D model view.
Syntax
<O T="Text3D" >
.
.
</O>
Attributes
Examples
Example 1
A Text3D object is required to have 3 Point objects to define its location.
<O N="Text3D 1" T="Project">
<O T="Text3D" FontSize="5" Label="Text3D Object">
<O T="Point" Z="0" Y="0" X="0" />
<O T="Point" Z="0" Y="0" X="5" />
<O T="Point" Z="0" Y="5" X="5" />
</O>
</O>
Figure 1.1.15.1: Text3D object.
Example 2
A Document object can be used for longer text to be displayed in 3D model.