| AUTODESK INVENTOR TUTORIALS, PARTS & DISCUSSION |
|
News |
Tutorials |
Macros & VB |
Animator |
Parts Repository |
Forums |
About Me |
The Deskus Files |
|
|
|
Animator is the product of my desire to create a simple scripting language for Autodesk Inventor. I (and others) have been wanting to do this for a long time but the API wasn't mature enough for quite a while. So what exactly is it? Animator is a VB add-in written by Neil Munro, Charles Bliss and myself. It allows you to take multiple parameters and drive them through a sequence of animation. It's based off a workflow I suggested back in R2 about programmatically driving parameters via Excel. No longer do you have to write complicated equations for functions in the parameters dialogue. Currently you can only drive one constraint (hence, parameter) at a time. This means to achieve multiple part motion the user must employ complex functions. I addressed these functions in my Advanced Motion Part One and Advanced Motion Part Two tutorials. These functions can become very complex very quickly. Here for example is one of numerous functions required for the checkers demo: move = 2.750 in + min(( 0.100 ul * angle * 1.000 in / 1.00 deg );0.500 in) - sign(angle - 40.00 deg) * min(max(( 0.100 ul * ( angle - 40 deg ) * 1.000 in / 1.00 deg );0 in);0.5 in) Now who wants to type all of that? Furthermore it can become very confusing dealing with all of the nested min and max functions. With Animator the process is greatly simplified. With Animator you simply choose which parameter you want to drive. Set a start and end value then set the number of steps between these values. Select another parameter to drive and repeat the process. You can even group the parameters to drive them together so that you can have multiple parts moving at the same time. What used to hours (the checkers demo took over 4 hours to program and debug) can be reduced to minutes. For the latest version of Animator see this thread: http://www.mcadforums.com/forums/viewtopic.php?t=1475What's New for Animator v4.0
Bug Fixes for Animator v4.040
Bug Fixes for Animator v4.042
Bug Fixes for Animator v4.043
Bug Fixes for Animator v4.046
Please remember to donate to one of the charities listed in the help document if you use Animator. Download Animator V4.046 Full Install - Updated 3/26/04 Download Animator V4.046 Update DLL - Updated 3/26/04 What's New for Animator v3.5 (Beta)
Download Animator v3.0 installer and User Manual (ZIP - 309kB) (For Inventor R6 & R7) Downlaod Slide Example Inventor Files (ZIP - 1.13MB) (For Inventor R6 & R7) Patch for R7 if you already have Animator. See VBA page for details. (For Inventor R7 only) Downlaod Animator v2.5 macro and User Manual (ZIP - 505kB) (For Inventor R5.3) |
|||||||||||||||||||||||||||||
|
FastCounter by bCentral |