Moving mesh translation + rotation

Submitted by cfav67 on Wed, 09/14/2011 - 18:18

Dear friends,
Could some body please let me know how can I apply rotation and translation (at the same time) to a moving mesh imported from a stl file. Any response will be truly appreciated.
Regards,
Carlos

prasantud | Tue, 09/27/2011 - 07:36

Hi Carlos,
you could try applying same fix twice one with linear args and other with rotate args.
Samantaray

strakakl | Thu, 10/27/2011 - 13:48

Hi,

i tried to apply the same fix twice:

...
fix movescrew all move/mesh/gran rotate 0. 0. 0. 1. 0. 0. 0.3 screw 1
fix movescrew all move/mesh/gran linear 0.2 0. 0. screw 1
...

but that doesn't work. Only the linear movement is performed.

Cheers,
Klaus

ckloss's picture

ckloss | Fri, 10/28/2011 - 00:36

That's correct - in the current implementation you can not superpose those motions, i.e. you would have to extend fix move/mesh/gran to do this.

Christoph