Text3D object allow users to put text on 3D model view.
Syntax Example:
... <O T="Text3D"> ... ... </O>
A Text3D object is required to have 3 Point objects to define its location.
Example:
<O N="Text3DObject1" T="Project" Category="3D Geometric Objects" TransAlignRule="Right"> <!-- created by ParamML Examples on 01.02.2023 --> <O T="Surface" Thickness="20" Opacity="0.6"> <O T="Point" X="0" Y="0" Z="0" /> <O T="Point" X="30" Y="0" Z="0" /> <O T="Point" X="30" Y="30" Z="0" /> <O T="Point" X="0" Y="30" Z="0" /> </O> <O T="Text3D" FontSize="5" Label="Text on 3D Model" X="5" Y="15" Z="25"> <O T="Point" Z="0" Y="5" X="0" /> <O T="Point" Z="0" Y="-5" X="0" /> <O T="Point" Z="5" Y="5" X="0" /> </O> </O> |
To view this example in the library, see (https://openbrim.org/platform/?application=inc&author=ParamML_Examples_OpenBrIM+Platform&obj=objiddr21jyh49cigudkjmgma5k) |
Add Comment