My problem is that i want to rotate a solid body around his axis but this body is rotated by an angle of 40° an moved in my testing area. (as you can see in the picture).
Now the command to rotate a body is for example:
fix move all move/mesh mesh cad1 rotate origin 0. 0. 0. axis 0. 0. 1. period 0.05
So my problem is that i can't explain myself how to modify this command. I hope someone can help me.
Thanks
Attachment | Size |
---|---|
![]() | 125.19 KB |
Riccardo Maione | Thu, 04/17/2014 - 14:49
I don't know if I have
I don't know if I have understood your question, but it seems to me that you don't know what is the right rotation axis to set?
if this is the question the first three value specify a point which belongs to your axis and the second is its direction, so in this case a vector tilted 10 degrees,
I hope this has been of some help,
Nafets | Thu, 04/17/2014 - 15:22
Thanks
Ok I think i understand now how this command works!