Animation of Rotations

Show off your FreeCAD projects here!
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
User avatar
microelly2
Veteran
Posts: 4688
Joined: Tue Nov 12, 2013 4:06 pm
Contact:

Animation of Rotations

Post by microelly2 »

FreeCAD is for me not only a tool to design parts but also a way to demonstrate the motion of parts inside of machines. This is a short example to explain the Property Placement.Rotation.
The green Arm rotates along the x-axis 90° and then along the y-Axis 90° . The red one rotates first along the y axis and then along the z-axis both times 90°.
And at the last the yellow makes only one rotation along the axis (1, 1, 1) with 120°.

This is exactly the Placement.Rotation value of all three arms you will find in the property tab (under the condition that the shoulder is the middle of the world).

The complete animation https://www.youtube.com/watch?v=Qzm7gPX ... kakjRclz2w
Attachments
t0125.png
t0125.png (7.87 KiB) Viewed 3076 times
User avatar
clintonsam75
Posts: 291
Joined: Thu Jun 19, 2014 5:54 pm
Location: South Korea
Contact:

Re: Animation of Rotations

Post by clintonsam75 »

Thank you for sharing your project. Animation is always cool. But, if you post the source code here as well, I think people would appreciate your contribution even more.
User avatar
quick61
Veteran
Posts: 3803
Joined: Sat Aug 24, 2013 2:49 am
Location: u.S.A.

Re: Animation of Rotations

Post by quick61 »

https://github.com/microelly2/Animation

but it's not quite ready for general release yet. The code is full of links to his local directory and you will need to go in and do some editing to get it to display all the icons and such on your machine. I did that tonight and hopefully tomorrow I'll have some time to give it a good look over.

If you want to see some really shiny stuff, take a look at this one - http://youtu.be/VYT3fxCOhmY

Mark
This post made with 0.0% Micro$oft products - GOT LINUX?
User avatar
clintonsam75
Posts: 291
Joined: Thu Jun 19, 2014 5:54 pm
Location: South Korea
Contact:

Re: Animation of Rotations

Post by clintonsam75 »

Oh, is that what this is about? There's an actual animation workbench now? I just saw this http://www.youtube.com/watch?v=g9nEO5Ou9yA
User avatar
bejant
Veteran
Posts: 6075
Joined: Thu Jul 11, 2013 3:06 pm

Re: Animation of Rotations

Post by bejant »

microelly2 wrote:The complete animation https://www.youtube.com/watch?v=Qzm7gPX ... kakjRclz2w
Quite cool, I really like that second animation (the one with the cutaways of the green vessel containing the red substance)!

I'm looking forward to release of the Animation WB!
User avatar
microelly2
Veteran
Posts: 4688
Joined: Tue Nov 12, 2013 4:06 pm
Contact:

Re: Animation of Rotations

Post by microelly2 »

On the way to generate documentation videos I have added
a billboard - a text element which reads text from files depending on the frame number, so text can comment the motions
and a rectangle with the ability to show pictures frame dependend too

there are still some problems with transparency in png

here the demo
http://youtu.be/lY855FrbyFA
and the structure of the model
Attachments
struktur_animation.png
struktur_animation.png (109.98 KiB) Viewed 2953 times
Post Reply