Solidworks and Adobe putting it all together

Hello,
     I am struggling to understand how I can go from a SolidWorks 3D model to a usable animated training video for the web, hand held, and/or local computer. Our products are getting more complex and 3D training videos would be great. I do not have SolidWorks software so I need to get from a SolidWorks model to an animated training video. I understand that SolidWorks 2010 is not working with Adobe at the moment but if it was what would be the most efficient way to get this done. I currently have Adobe CS4 production premium. Can someone walk me through or at least tell me what Adobe software's will get this done.
So far I have created a jpg from SolidWorks, used Illistrator live trace to convert to vector. Imported to Flash and used Swift 3D express plug in.
This is not good enough for what I want to do. If I upgrade to Adobe CS5 production premium, will I be able to do this more efficiently? If so what would be the software path? Do I need something else?
Thank you

A matrix is just an array of array.
For example int rateMatrix[2][3]={{10,30,40},{15,35,45}};

Similar Messages

  • HT5129 I had photos from MobileMe organized into different events.  When iPhoto made a MobileMe event, it took all of those photos out of the other events and put them all together in the new "from MobileMe" event.  Is there any way to reverse this?

    I had photos from MobileMe organized into different events.  When iPhoto made a MobileMe event (when MobileMe ended), it took all of those photos out of the other events and put them all together in the new "from MobileMe" event.  Is there any way to reverse this?

    Only to load your backup from before downloading the MM photos
    LN

  • Okay so i recorded a song but each part comes out as like take 1, i have 10 takes. how can i put them all together as one take, to make one song all in one take not small pieces of a song.

    okay so i recorded a song but each part comes out as like take 1, i have 10 takes. how can i put them all together as one take, to make one song all in one take not small pieces of a song. like i hit record and sang the entire song but when i hit play it was in pieces not just one song like it was in ten takes. is there any way i can blend it all into one take, to make one clear song?

    You're not very clear in stating your problem. Maybe it's terminology: "takes" in recording lingo (and in GB lingo) are different version of exactly the same part in a song, so you only want one of them in the end. Please tell us exactly what you did and what it is that you don't like.

  • I have Adobe Reader X, Adobe Acrobat 9 and Adobe Distiller 9 all installed, remove older versions?

    I have Adobe Reader X, Adobe Acrobat 9 and Adobe Distiller 9 all installed on my computer. Should I uninstall older versions?  I am running on Windows XP Professional. Thanks,Kim

    Hi there,
    Distiller 9 is a part of Acrobat 9.  Acrobat 9 and Reader X can co-exist on the same machine. Unless you're having a problem, there's nothing wrong with having them both installed together.
    -David

  • I'm new to the Apple products. How can I view pdf files since Apple and Adobe don't play together?

    I'm new to the Apple products. How can I view pdf files and videos since Apple and Adobe don't play together? Also, what operating system does the iPhone use? I'm a Windows person.

    You may want to download and read the manual for your phone. It may answer a lot of the basic questions.
    http://support.apple.com/manuals/#iphone
    There is an app on your phone called "Mail". Yes, it's for reading your email.
    Best of luck.

  • Im trying to buy a film from i tunes, and i put in all my card details corectly, but im just going round in circles help please?

    im trying to buy a film from i tunes, and i put in all my card details corectly, but im just going round in circles help please?

    Perhaps if you were to explain what is happening, then someone could help.

  • NetWeaver, Web Dynpro, WebAS, J2EE enigine, BSP : putting it all  together

    Hello Friends,
    I am new to the developing environment of Web Dynpro. I just need a confirmation on my understanding. Please go through the following abstract and reply with a yes or changes if you dont agree.
    Web dynpro is a component of SAP NetWeaver, which also offers many other components such as XI, MI, MDM and BI. All put together NetWeaver provides people, business as well as information intergration. Web Dynpro in itself offers an easy way to develop highly interactive web pages through the MVC architecture. The coding or the meta data is in Java and hence a JDK needs to be installed on the local machine for its compilation. For running it needs to be deployed on the J2EE engine on the Web Application server. The project object gets a URL and accessing this URL displays the web application developed.
    Am I correct, till here ? If yes, then BSP initially used for making such web applications holds portability issues unlike Web Dynpro which can be used to develop applications in Java or ABAP, hence the reason why BSP is running off the road and Web DynPro is getting into the picture.
    Thanx for yor patience.
    Shiv Skanda Kasthala

    Hi Shiv,
    first of all, welcome at SDN.
    > I am new to the developing environment of Web Dynpro.
    No problem, each one of us has been a newbie at the beginning.
    > I just need a confirmation on my understanding.
    > Please go through the following abstract and reply
    > with a yes or changes if you dont agree.
    > Web dynpro is a component of SAP NetWeaver,
    No, Web Dynpro is basically a programming model and SAP's strategic approach for developing highly interactive business applications (it's not really or only a web framework, even if it's used mostly in conjunction with Web browser clients). The Web Dynpro runtime is part of the Web Application Server (until NetWeaver '05 available for Java only, followed by the ABAP runtime). So Web Dynpro is an integrated part of the application platform of SAP NetWeaver, but not a standalone component.
    > which also offers many other components such as XI, MI, MDM
    > and BI. All put together NetWeaver provides people,
    > business as well as information intergration.
    Ok so far.
    > Web Dynpro in itself offers an easy way to develop highly
    > interactive web pages through the MVC architecture.
    > The coding or the meta data is in Java and hence a
    > JDK needs to be installed on the local machine for
    > its compilation.
    The metadata is independant from possible target runtimes. At the moment, the metadata is used to generate Java classes only, but this is not mandatory. In case of the Web application server for Java, you need a JDK to run the server itself and as a logical consequence each kind of application hosted by the server (including Web Dynpro apps).
    > For running it needs to be deployed
    > on the J2EE engine on the Web Application server. The
    > project object gets a URL and accessing this URL
    > displays the web application developed.
    Nearly correct. In fact, each Web Dynpro application is represented by an URL. A Web Dynpro project can contain multiple applications, so there might be multiple URLs for different applications contained in a single WD project.
    >
    > Am I correct, till here ? If yes, then BSP initially
    > used for making such web applications holds
    > portability issues unlike Web Dynpro which can be
    > used to develop applications in Java or ABAP, hence
    > the reason why BSP is running off the road and Web
    > DynPro is getting into the picture.
    Roughly spoken, BSPs are for the ABAP "world" what JSPs are for the Java world. You'll always need an ABAP environment to run BSPs as you'll always need a Java runtime to run JSPs. Portability is limited in both cases to the corresponding basic runtime environment. But, as already stated, this is not really the case for Web Dynpro, since it abstracts the information needed to build the UIs in a manner which is generally independant from the target runtime environment.
    >
    > Thanx for yor patience.
    You are welcome.
    Hope that helps.
    Regards
    Stefan

  • Servlet Design -- Best way to put it all together?

    Hi,
    I m currently beginning programming servlets and have built a number of individual servlets however now I wish to join them together, I find that Im a bit stuck with the best way to stick everything together.
    I m building a portal to interface with a web service. I have a servlet which submits a job to the web service, another servlet which gets the status of a job/all users jobs (and allows them to cancel/hold/release jobs) and another servlet to download the output files. I have an address of the scheduler which I wish to share between all of the servlets (so if one servlet finds the scheduler isnt there, it can call requerySchedd() to find the new Scheduler address). Is there a way to enable this object to be shared by all of the servlets?
    I was planning on having 2 individual pages for this portal
    1. A submission page.
    2. A status and results page.
    ----> note theres 2 different kinds of job which have different attributes and behaviours once submitted.
    How would I go about doing this is I have 3 servlets but only 2 (3 forms) pages, for example on page 2 , Would I be better splitting it up into more servlets and more html pages?
    Sorry if this a bit silly, but I d like some advice before I start something complicated or plain dumb.
    Many Thanks
    Nathan

    I agree with Tom. iBooks Author will be overkill for this and add unnecessary complications
    Unless all of your family have Macs, using Pages to create the document and then exporting to pdf will be most compatible and easy to use.
    Peter

  • Firefox and adobe flash do work together and older versions of flah do not exist anymore

    i will try this one last time. the current version of firefox does not allow me to view videos from u tube or other sources. the solutions i have been offered is to downgrade to previous versions of adobe flash. the issue is: ADOBE NO LONGER ALLOWS ONE TO DOWNLOAD and RUN OLDER VERSIONS OF FLASH. if you follow all the steps you get a message that there is a new version of flash. yes it will download but when u try to install it the message i mentioned appears.. please please try yourself and see.
    can naoyone offer a solution that will work now?
    thanks

    There are several problems with the newest Adobe Flashplayer. Adobe is working to fix the problems. You can check for problems and possibly downgrade Flash to version 11.2 or 10.3.
    *https://support.mozilla.org/kb/flash-113-doesnt-load-video-firefox
    *https://support.mozilla.org/kb/flash-113-crashes
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''

  • Type in artist name to lookup album in store.I get an error R6025 virtual Call and close and shuts down Itunes all together

    What can I do to fix My online Store artist seach. I type in a name I get an error R6025 Virtual Call. Then it shut Itune completey down

    I have had numerous issues with Itunes 64 bit 11.1.38 (and other previous versions) locking up and crashing upon start with "Itunes has stopped working" or "R6027 pure virtual function call".  I have researched the answers around the forums as well as having tried some extensive and repetitious troubleshooting myself and thought I'd list them here... in order of troubleshooting...
    1. Install all Windows updates and reboot.  This seems to clear issues from time-to-time... I suspect Itunes expects the latest-and-greatest as far as Windows is concerned.. see if this clears your issue.
    2. Uninstall all Itunes and Apple products & reboot, remove their directories, remove lingering Itunes registry entries, reboot again, reinstall using "RUN AS ADMINISTRATOR" to install the Itunes executable. See if this allows Itunes to stabilize.  Pelase be sure to use the following guide from Apple as far as removing the apps and directories are concerned...
    http://support.apple.com/kb/ht1923
    3. Remove the contents of the "iphone photo cache"  (or other related product photo cache)  directory.
    4. Try editing the shortcut properties and configure the shortcut (for all users) to run as Administrator.
    5. Try editing the shortcut and configure it to run in Compatibility Mode for Windows 7 (for all users).
    6. a.Try using MSCONFIG to locate a potential conflicting application or service using the following...
    http://support.apple.com/kb/ht2292
    or
    6. b. Remove the last recent software application(s) you may have installed... in my case removing GREENSHOT http://getgreenshot.org/  stopped my Itunes from crashing on startup and it stabilized after
    driving my nuts for weeks.
    Message was edited by: DaCheeze

  • Does Wordpress and Adobe Muse play well together?

    I already have a wordpress site, Can I use Adobe Muse to create more pages and published them on the wordpress site?
    Does it require plug ins?
    If so, does anyone have an example on how to go about that.
    Thank you!

    No that would not work. Muse is more for static brochure sites at the moment. I am sure they will add more cms type functions once it matures a little more.

  • My itunes works, but when I click to go to the store, it says windows has stopped working and itunes closes out all together and i cant figure out why

    please help

    I'm expreriencing the same conditions with the same environment.  Windows 8, iTunes-64 11.1.2.32, iTunes Store with a processing bar up to 80 +/- and the POPUP MESSAGE OF "iTunes stopped working. The error ...."
    I UNINSTALLED, iTUNES WITH NO POSITIVE RESULT.  I CHECKED THE FIREWALL AND IS THE SAME DEFINITION AS THE PREVIOUS ITUNES VERSION.
    My iTunes StoreS from my iPhones ARE OK.
    I'm spending a lot of time of research for WINDOW'S iTUNE with no solutions.... 

  • 2 routers, 1 VPN, 1 PPPoE. How to put it all together?

    Hi. Newbie so please be gentle!
    I have an E2000 which I have been using succesfully with VPN for some time. I now want to be able choose whether or not to go through the VPN as it is considerably slower than going through my ISP.
    Searching online it seems the simplest way is to add another router and simply choose which network to join depending on the access I want. Having found several 'helpful' wikis/forums I now have an additional E2500 and I have setup the two routers in series, with the non-VPN router connected to my ISP-provided modem and the VPN router connected LAN-WAN.
    Now, what do I need to change on my VPN router to allow me to access the VPN? I have tried any number of suggested setups but none has worked. The closest I have come is connecting the two routers LAN-LAN and this got me internet access via both routers, but no VPN. The only hard and fast rule from my VPN provider is that the VPN router must be connected via it's WAN port.
    Any ideas? 

    Thanks guys. My connection is slower when I go via the VPN. It is for personal use as the country I'm in blocks a whole host of regular websites which they claim are "contrary to the cultural norms" (e.g. Cbeebies - the BBC website for pre-school children!). I also want to be able to watch UK TV.
    As it happens, the problem is now solved. I went right back to basics, returned everything to factory defaults, updated firmware where appropriate and reloaded my VPN. No idea why it didn't work when I first set it up, but now it's up and running I'm going to leave well alone.
    Thanks for your input.

  • 3 ipads, 2 ipod touches, two apple i.d.,..how do i put them all on one computer?

    In our household we have three ipads, two ipod touches, four ipod shuffles, and one (very old) ipod...plus two Apple I.D.s.  How do i put them all together on one apple i.d. and one computer?

    Apple ID's cannot be merged, however, a single iTunes can be authorized for up to five Apple ID's.
    the following support article may be useful:
    How to use multiple iPods, iPads, or iPhones with one computer

  • Help putting a computer together

    Here is what I got and hope to have it together next week.
    =====================================================
    Lite-On 16X DVD-ROM, Model SOHD-167T Black
    Lite-On 16X DVD Dual Drive, Model SOHW-1633S Black
    3Net Internal 56K PCI Fax Modem, Model AMI-MA56
    Seagate 200GB 7200RPM SATA Hard Drive
    NEC 1.44MB Black Internal Floppy Drive
    Corsair XMS Extreme Memory Speed Series, (Twin Pack) 184 Pin 1GB(512MBx2) DDR PC-3200 ---->I got 2GB total
    AMD Socket 939 Athlon 64 3500+, 2.2 GHz, 512KB L2 Cache 64-bit Processor
    Antec 550W Power Supply, Model "TRUE550"
    MSI "K8N Neo2 Platinum" NVIDIA nForce3 ULTRA Chipset Motherboard For AMD Socket 939 CPU
    Thermaltake VA3000 Dream Tower Tsunami VA3000BNA Black Mid Tower Case
    Leadtek GeForce 6800 GT / 256MB DDR3 / AGP 8X / VGA / DVI / TV Out / Video Card
    Turtle Beach Santa Cruz 5.1 Digital PCI Sound Card
    Thermalright-XP-120 Heatsink
    =====================================================
    A few questions:
    1. What order do I put it all together?
    2. Should I download all update drivers and put them on one CD to install?
    3. What is the best way to transfer info from my laptop to the new beast?
    Thanks in advance! I hope my posts can be helpful to others, too!
    IRadi8

    Quote
    Originally posted by Supershanks
    1) Build
    1) hold MOBO near case & install mobo mounting studs, ensuring their lined up with screw holes in mobo. Check you have a stud for each hole & also double check the count to make none are left over from old mobo, these may short out the mobo if left in.
    2) I usually mount cpu / cpu cooler & memory to mobo outside the case.
    3) Mount Mobo to case.
    4) Mount PSU To case if new
    5) Connect PSU to MOBO 20pin cradle & 4pin lead (Leave unconnected from Mains)
    6) Connect graphic card
    7) Connect the HD your Os Is going on Data Lead & power
    8) Connect 1 optical drive
    9) Connect Mobo / Case leads - Hd Led Reset & Power
    10) Connect Power lead to PSU & power up
    IRadi8,
    Normally I would agree with Supershanks build order (above) but I have the same case you're getting and you could have a serious problem trying to mount your Power Supply AFTER you've already installed your mobo into the case (with the CPU and HSF already installed on it).
    I learned this the hard way. If you mount the PSU first, you'll have no problems. But if the mobo (with CPU, Heatsink, Fan, & Memory) are in the case it'll be a very tight fit trying to squeeze the PSU by the HSF and you'll have to remove the Heatsink & Fan to get the PSU in. Seeing as you've spent all the $, I doubt you'd want to take the chance of damaging anything. Just trying to save you some time and aggravation.
    Also, your thoughts on dowloading and burning all the latest drivers onto a CD is sound thinking. Another thing to keep in mind is the system drive OS/Drivers/software install order. This will probably be debated, but this order worked well for me:
    1) OS - WinXP?
    2) XP SP2?
    3) NForce Unified Chipset Driver 5.10
    4) DirectX 9.0c
    5) Forceware 66.93 WHQL
    6) Norton Systemworks (or other preferred suite/antivirus program)
    7) Zone Alarm Firewall (may not be necessary if you're strictly using dialup as I see you're putting in that 3Net Internal 56K PCI Fax Modem)
    Follow this with all the rest of your APPs, Utilities, and games or whatever. Should work out good for you. I haven't used any Seagate hard drives (I'm a Western Digital man myself), so I'll leave the WinXP install advise to the others.
    Good luck with your new rig. Do take your time putting it all together. Dowload and read the manual (mobo) before you get all your hardware so as to be familiar with the possible issues before building.

Maybe you are looking for

  • How can you tell what users have which reports open in Infoview

    Hi! In Crystal Server XI, is there any way that you can see what reports are currently being viewed in Infoview and by what user?  Or a history of how many times a report has been viewed so that I can tell which reports are not used that often and ma

  • Table or FM for Cost Distribution in ABAP-HR

    Hi Experts, I need to find Cost Center and Internal order for an employee based on his organisation Unit. I have organisation unit ( ex: 608), they are maintaining cost center and Internal Order in PO10 tcode. Could you please let me know table or FM

  • Is anyone having an issue with saving Adobe Photoshop files to the server?

    Unable to save Photoshop files to the server. Has anyone faced the same problem?

  • Unable to read Diagnostic Code using MessageHeaders/InternetHeaders

    I'm trying to read "Diagnostic-Code" Header using the following code: +{color:#0000ff}MessageHeaders messageHeaders=new MessageHeaders(part2.getInputStream());+ + Enumeration iheaders=messageHeaders.getAllHeaders();+ + while(iheaders.hasMoreElements(

  • Running Preflight in VBA

    I am trying to use preflight to strip the PDF/A tag from documents I'm working with using VBA. I have scoured the SDK documentation that I have and have not been able to find anything of substance to help me successfully call preflight. Is anyone abl