WOLFRAM SYSTEM MODELER
FixedFrameVisualizing a coordinate system including axes labels (visualization data may vary dynamically) |
SystemModel["Modelica.Mechanics.MultiBody.Visualizers.FixedFrame"]
This information is part of the Modelica Standard Library maintained by the Modelica Association.
Model FixedFrame visualizes the three axes of
its coordinate system frame_a together with appropriate axes
labels. A typical example is shown in the following figure:
The sizes of the axes, the axes colors and the specular coefficient (= reflection factor for ambient light) can vary dynamically by providing appropriate expressions in the input fields of the parameter menu.
animation |
Value: true Type: Boolean Description: = true, if animation shall be enabled |
---|---|
showLabels |
Value: true Type: Boolean Description: = true, if labels shall be shown |
length |
Default Value: 0.5 Type: Distance (m) Description: Length of axes arrows |
---|---|
diameter |
Default Value: length / world.defaultFrameDiameterFraction Type: Distance (m) Description: Diameter of axes arrows |
color_x |
Default Value: Modelica.Mechanics.MultiBody.Types.Defaults.FrameColor Type: Color Description: Color of x-arrow |
color_y |
Default Value: color_x Type: Color Description: Color of y-arrow |
color_z |
Default Value: color_x Type: Color Description: Color of z-arrow |
specularCoefficient |
Default Value: world.defaultSpecularCoefficient Type: SpecularCoefficient Description: Reflection of ambient light (= 0: light is completely absorbed) |
frame_a |
Type: Frame_a Description: Coordinate system in which visualization data is resolved |
---|
world |
Type: World Description: World coordinate system + gravity field + default animation definition |
|
---|---|---|
x_arrowLine |
Type: Shape Description: Visualizing an elementary object with variable size; all data have to be set as modifiers (see info layer) |
|
x_arrowHead |
Type: Shape Description: Visualizing an elementary object with variable size; all data have to be set as modifiers (see info layer) |
|
x_label |
Type: Lines Description: Visualizing a set of lines as cylinders with variable size, e.g., used to display characters (no Frame connector) |
|
y_arrowLine |
Type: Shape Description: Visualizing an elementary object with variable size; all data have to be set as modifiers (see info layer) |
|
y_arrowHead |
Type: Shape Description: Visualizing an elementary object with variable size; all data have to be set as modifiers (see info layer) |
|
y_label |
Type: Lines Description: Visualizing a set of lines as cylinders with variable size, e.g., used to display characters (no Frame connector) |
|
z_arrowLine |
Type: Shape Description: Visualizing an elementary object with variable size; all data have to be set as modifiers (see info layer) |
|
z_arrowHead |
Type: Shape Description: Visualizing an elementary object with variable size; all data have to be set as modifiers (see info layer) |
|
z_label |
Type: Lines Description: Visualizing a set of lines as cylinders with variable size, e.g., used to display characters (no Frame connector) |
Modelica.Mechanics.MultiBody.Examples.Loops One kinematic loop with four bars (with UniversalSpherical joint; 1 non-linear equation) |