Design World Network | 3DCADTips | 3DCADTutorials | 3DCADForums | 3DCAD Store | 3DCAD Models | Design World






Get CAD tips and tutorials on your desktop when you register at 3DCADTips.com!

3DCADTips Weekly
Latest Issue
Archive

3DCADTips Forum Update
Latest Issue
Archive











Go Back   3DCADForums > CAD Communities > SolidWorks Forum
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read



Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old February 15th, 2006, 01:18 AM
jimradney
 
Posts: n/a
Default Best way to Model flexible material for Animation

I need to model a flexible material that is will be used in an assembly.In the assembly the material will be wrapped around a core like paper towels are wrapped around the cardboard tube. The hard part is that I need to be able to Animate the Assembly showing the material un-rolling and re-rolling like a tape measure. Can anyone explain the best way to accomplish this task in Solidworks.

Thanks
JR
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Link


  #2 (permalink)  
Old February 15th, 2006, 03:20 AM
bcampbell
 
Posts: n/a
Default Best way to Model flexible material for Animation

» I need to model a flexible material that is will be used in an assembly.In
» the assembly the material will be wrapped around a core like paper towels
» are wrapped around the cardboard tube. The hard part is that I need to be
» able to Animate the Assembly showing the material un-rolling and
» re-rolling like a tape measure. Can anyone explain the best way to
» accomplish this task in Solidworks.
»
» Thanks
» JR

I've done similar animations is SW. Mine was a spring and the coils expanded as the distance was increased. I used equations to change the pitch and length of a spiral curve. Then I produced each frame and captured each image. I then merged the images using photoshop.

I used animator to change the view and location of components, then when geometry needed to change it was frame by frame.

Have parts recompute their shapes during an animation is possible, at least from what I know.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old February 20th, 2006, 02:27 AM
emanglicmot
 
Posts: n/a
Default Best way to Model flexible material for Animation

» » I need to model a flexible material that is will be used in an
» assembly.In
» » the assembly the material will be wrapped around a core like paper
» towels
» » are wrapped around the cardboard tube. The hard part is that I need to
» be
» » able to Animate the Assembly showing the material un-rolling and
» » re-rolling like a tape measure. Can anyone explain the best way to
» » accomplish this task in Solidworks.
» »
» » Thanks
» » JR
»
» I've done similar animations is SW. Mine was a spring and the coils
» expanded as the distance was increased. I used equations to change the
» pitch and length of a spiral curve. Then I produced each frame and
» captured each image. I then merged the images using photoshop.
»
» I used animator to change the view and location of components, then when
» geometry needed to change it was frame by frame.
»
» Have parts recompute their shapes during an animation is possible, at
» least from what I know.

Please share with me how to simulate a compression spring in Solid Works.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old February 20th, 2006, 04:30 AM
bcampbell
 
Posts: n/a
Default Best way to Model flexible material for Animation

» » » I need to model a flexible material that is will be used in an
» » assembly.In
» » » the assembly the material will be wrapped around a core like paper
» » towels
» » » are wrapped around the cardboard tube. The hard part is that I need
» to
» » be
» » » able to Animate the Assembly showing the material un-rolling and
» » » re-rolling like a tape measure. Can anyone explain the best way to
» » » accomplish this task in Solidworks.
» » »
» » » Thanks
» » » JR
» »
» » I've done similar animations is SW. Mine was a spring and the coils
» » expanded as the distance was increased. I used equations to change the
» » pitch and length of a spiral curve. Then I produced each frame and
» » captured each image. I then merged the images using photoshop.
» »
» » I used animator to change the view and location of components, then
» when
» » geometry needed to change it was frame by frame.
» »
» » Have parts recompute their shapes during an animation is possible, at
» » least from what I know.
»
» Please share with me how to simulate a compression spring in Solid Works.

You have a distance between 2 components. I used a ref distance instead of the actual mate distance. Infact, I don't even remember if the distance wasn't the result of some other stuff. None the less, put a ref dim between the two components.

Use this ref dim to drive the length of helix curve. You may want to sweep along this curve to make a 3D spring. As the ref dim changes, the part spring will regenerate and produce a spring that resizes based on the distance between the parts.

When I did this, SW couldn't store variables in the equation editor, in the last couple of years this is now possible so now you can have a variable called index=.1 :spring_len=spring_len+index. I quess you could write this spring_len=spring_len+.1;

This way you could drive the distance .1 each regen.

I think back when I did the spring SW2001, I wrote a macro to control the distance. With animator, you can set it up to capture the screen when ever it changes. Run the macro, and animator caught all the frames. Then you could save them to an AVI file.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old February 20th, 2006, 05:58 AM
emanglicmot
 
Posts: n/a
Default Best way to Model flexible material for Animation

» » » » I need to model a flexible material that is will be used in an
» » » assembly.In
» » » » the assembly the material will be wrapped around a core like
» paper
» » » towels
» » » » are wrapped around the cardboard tube. The hard part is that I
» need
» » to
» » » be
» » » » able to Animate the Assembly showing the material un-rolling and
» » » » re-rolling like a tape measure. Can anyone explain the best way
» to
» » » » accomplish this task in Solidworks.
» » » »
» » » » Thanks
» » » » JR
» » »
» » » I've done similar animations is SW. Mine was a spring and the coils
» » » expanded as the distance was increased. I used equations to change
» the
» » » pitch and length of a spiral curve. Then I produced each frame and
» » » captured each image. I then merged the images using photoshop.
» » »
» » » I used animator to change the view and location of components, then
» » when
» » » geometry needed to change it was frame by frame.
» » »
» » » Have parts recompute their shapes during an animation is possible,
» at
» » » least from what I know.
» »
» » Please share with me how to simulate a compression spring in Solid
» Works.
»
» You have a distance between 2 components. I used a ref distance instead of
» the actual mate distance. Infact, I don't even remember if the distance
» wasn't the result of some other stuff. None the less, put a ref dim
» between the two components.
»
» Use this ref dim to drive the length of helix curve. You may want to sweep
» along this curve to make a 3D spring. As the ref dim changes, the part
» spring will regenerate and produce a spring that resizes based on the
» distance between the parts.
»
» When I did this, SW couldn't store variables in the equation editor, in
» the last couple of years this is now possible so now you can have a
» variable called index=.1 :spring_len=spring_len+index. I quess you could
» write this spring_len=spring_len+.1;
»
» This way you could drive the distance .1 each regen.
»
» I think back when I did the spring SW2001, I wrote a macro to control the
» distance. With animator, you can set it up to capture the screen when ever
» it changes. Run the macro, and animator caught all the frames. Then you
» could save them to an AVI file.

Thank you Q/A board
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -6. The time now is 10:37 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0