Marine systems simulation
Loading...
Searching...
No Matches
Billboard Text

Shows a billboard text at a 3D position.

+ Collaboration diagram for Billboard Text:
Author
Vegar Johansen
Date
09.07.2007 VJ: Initial version.

Example configuration excerpt

<Lib
LibName = "fhsim_base"
SimObject = "Visual/BillboardText"
Name = "T"
Prefix = "A"
Suffix = "B"
PortWidth = "2"
TxtSize = "2.0"
NormMultiplier = "1"
ValPrecision = "4"
ArrayInterpretation = "EUCLIDEAN_NORM"
ListOpeningBracket = "("
ListClosingBracket = ")"
ListSeparator = " "
/>

Input Ports

Name Width Description
Pos 3 Position of the billboard.
Value PortWidth The value to display.

Output Ports

This SimObject does not contain any outputs.

Configuration parameters

Name Width Description
Prefix 1 Text prefix (default: [empty string]).
Suffix 1 Suffix of the string (default: [empty string]).
PortWidth 1 The number of elements in the value input (default: 1).
TxtSize 1 Size of the text (default: 1.0).
NormMultiplier 1 Scaling of the input (default: 1).
ValPrecision 1 Precision of the displayed number (default: 4).
ArrayInterpretation 1 How to display array input. Default: EUCLIDEAN_NORM, Possible values: EUCLIDEAN_NORM, MANHATTAN_NORM, MAX_NORM, LIST.
ListOpeningBracket 1 The opening bracket for displaying a list (default: ( ).
ListClosingBracket 1 The closing bracket for displaying a list (default: ) ).
ListSeparator 1 The separator between displayed list elements (default: , ).

Initial conditions

This SimObject does not contain any initial conditions.

This SimObject is referred to as Visual/BillboardText