 | Advanced Visualizers that require basic knowledge about Modelica in order to use them |
 | Internal Visualizers that will be replaced by improved versions in the future (don't use them) |
 | FixedArrow Visualizing an arrow with dynamically varying size in frame_a |
 | FixedFrame Visualizing a coordinate system including axes labels (visualization data may vary dynamically) |
 | FixedShape Animation shape of a part with fixed shape type and dynamically varying shape definition |
 | FixedShape2 Animation shape of a part with fixed shape type and dynamically varying shape definition with two frames |
 | Ground Visualize ground (box in z=0) |
 | SignalArrow Visualizing an arrow with dynamically varying size in frame_a based on input signal |
Package Visualizers contains components to visualize
3-dimensional shapes. These components are the basis for the
animation features of the MultiBody library.
Content
FixedShape
FixedShape2 |
Animation shape of a part with fixed sizes. FixedShape2 has additionally
a frame_b for easier connection to further visual objects.
The following shape types are supported:
|
| FixedFrame |
Visualizing a coordinate system including axes labels with fixed sizes:
|
FixedArrow,
SignalArrow |
Visualizing an arrow. Model "FixedArrow" provides
a fixed sized arrow, model "SignalArrow" provides
an arrow with dynamically varying length that is defined
by an input signal vector:
|
| Advanced |
Package that contains components to visualize
3-dimensional shapes where all parts of the shape
can vary dynamically. Basic knowledge of Modelica is
needed in order to utilize the components of this package.
|
The colors of the visualization components are declared with
the predefined type MultiBody.Types.Color.
This is a vector with 3 elements,
{r, g, b}, and specifies the color of the shape.
{r,g,b} are the "red", "green" and "blue" color parts.
Note, r g, b are given as Integer[3] in the ranges 0 .. 255,
respectively.