Continue to Site

Welcome to 3DCADForums

Join our CAD community forums where over 25,000 users interact to solve day to day problems and share ideas. We encourage you to visit, invite you to participate and look forward to your input and opinions. Acrobat 3D, AutoCAD, Catia, Inventor, IronCAD, Creo, Pro/ENGINEER, Solid Edge, SolidWorks, and others.

Sheet Metal Animation

C

cats252

Guest
Hi all.

I want to animate a sheet metal part unfolding/folding. Does anyone know how to do this? I would really appreciate some help.

Thanks in advance, cats252. :)
 
animation

:confused: I've done this by making an assembly of the folding pieces, pieces that are mated where they bend on the edge. It worked great for a manufacturing aid as to which bend to bend first, second, etc.
 
Thanks for the suggestion!

I would prefer to be able to animate a sheet metal part/assembly so if anyone knows how please let me know.

cats252
 
Animator will fly around parts/assy, change their view states, and explode them (move them) but it won't change the geometry.

I've animated a spring compressing by using VB by changing the length of a helix which caused the spring to collapse. I had it setup so I could hit the space bar and it would change the spring a little bit. Hitting the space bar multiple times made it look like the spring was collapsing.

The good news is that animator can be setup to capture the screen when it updates. So activating animator screen capture and a vb that changed the spring height, I produced an animation of a spring collapsing.

The best way to get started in vb is to create a macro, then change a sheet metal bend angle. This will produce a snippit of source code. Once you have this you can create 'for' loops that fold each angle in your model. After you do this, you can create an animation of a sheet metal part folding up.

If you like to program, you could write a routine that query's all the bend angles, sorts them properly and then plays the sequence for the bends.

To write a VB program to animate a sheet metal part would less than an hour. To make it more universal would take a little longer.
 

Articles From 3DCAD World

Sponsor

Back
Top