Type 2D/3D• Type is an option for Loads that specifies whether Applied, Reaction, or Dynamic loads are returned. • The default setting is Type->Applied. • See also: Coordinates. Further Examples Load the Modeler2D package and define a simple model. Here are the loads applied to the x, y, and coordinates of the link body.
Out[2]= | |
Here is the reaction force applied by the constraints to the X3 coordinate (which is the x coordinate of the link body).
Out[3]= | |
Here are the dynamic force and moment acting on the link body, with the force given in the local coordinate system of the link body.
Out[4]= | |
See HelpModel2D.
|