rigid_euler_angles¶
Module: solid
Category: bc
Type string: "rigid_euler_angles"
Parameters¶
| Name | Description | Default | Units |
|---|---|---|---|
rb |
Rigid material | -1 | [] |
convention |
convention | 0 | [] |
Ex |
Ex | 0 | [d] |
Ey |
Ey | 0 | [d] |
Ez |
Ez | 0 | [d] |
Description¶
The rigid_euler_angles constraint allows the user to prescribe the rotation of a rigid body using three Euler angles.
The rb parameter is the name attribute assigned to the corresponding rigid body material as defined in the Material section.
The following example prescribes a rotation around the z-axis using a load controller.
<rigid_bc type="rigid_euler_vector">
<rb>rigid</rb>
<vx>0</vx>
<vy>0</vy>
<vz lc="1">180.0</vz>
</rigid_bc>