<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
><channel><title>3D CAD Tips &#187; Autodesk</title> <atom:link href="http://www.3dcadtips.com/cad-packages/autodesk-cad-suppliers/feed/" rel="self" type="application/rss+xml" /><link>http://www.3dcadtips.com</link> <description>Over 50,000 3D CAD Tips &#38; Tutorials. 3D CAD News by applications and CAD industry news.</description> <lastBuildDate>Fri, 11 May 2012 00:21:39 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</generator> <xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /> <item><title>Cloud CAD is really difficult</title><link>http://www.3dcadtips.com/cloud-cad-is-really-difficult/</link> <comments>http://www.3dcadtips.com/cloud-cad-is-really-difficult/#comments</comments> <pubDate>Tue, 01 May 2012 10:21:05 +0000</pubDate> <dc:creator>Evan Yares</dc:creator> <category><![CDATA[Autodesk]]></category> <category><![CDATA[Evan Yares]]></category> <category><![CDATA[Featured]]></category> <category><![CDATA[SolidWorks]]></category> <category><![CDATA[AutoCAD WS]]></category> <category><![CDATA[cad]]></category> <category><![CDATA[cloud]]></category> <category><![CDATA[SolidWorks V6]]></category><guid
isPermaLink="false">http://www.3dcadtips.com/?p=17133</guid> <description><![CDATA[<p>If you believe the buzz in the blogosphere, there are a lot of engineers and designers who are not at all happy at the prospect of some day being forced to use cloud-based CAD. The public lashback on cloud CAD started building several years ago, and it&#8217;s hardly abated since. The conversation has taken on [...]</p><p><a
href="http://www.3dcadtips.com">3D CAD Tips</a></p>]]></description> <content:encoded><![CDATA[<p>If you believe the buzz in the blogosphere, there are a lot of engineers and designers who are not at all happy at the prospect of some day being forced to use cloud-based CAD.</p><p>The public lashback on cloud CAD started building several years ago, and it&#8217;s hardly abated since. The conversation has taken on political/religious overtones.</p><p>In the best of all worlds, clould CAD could be a revolutionary tool, allowing people to work where, when, and with whom they desire. The troika of cloud, mobile, and social offer intriguing possibilities.</p><p>Yet, there are potential problems with cloud CAD, at multiple levels.</p><p>The issues are substantial enough that it&#8217;s not practical to address them all at once. So, with this article, I&#8217;ll dig into with just one issue: the difficulty in actually creating a cloud CAD program.</p><p><img
class=" wp-image-17134 alignnone" title="cloudcad" src="http://wpcore.3dcadtips.s3.amazonaws.com/wp-content/uploads/2012/05/cloudcad.png" alt="cloudcad" width="567" height="362" /></p><p><strong>CAD is </strong><strong>difficult</strong></p><p>CAD, even without being cloud-based, is difficult to create. <a
href="http://en.wikipedia.org/wiki/AutoCAD#History" target="_blank">Mike Riddle</a>, one of the best known CAD architects, estimates that CAD is about an order of magnitude more complex than typical Office type applications. He &#8216;s not talking about lines of code (though CAD programs do clock-in with tens of millions of lines of code.) Rather, he&#8217;s referring to the Chess-like complexity and difficulty of creating a CAD program that can actually model the things that its users want to model.</p><p><strong>Understanding CAD architecture</strong></p><p>CAD programs are built up out of a large number of software components. Some, such as geometric modeling kernels, constraint managers, graphics pipelines, and translators, are developed by fairly well-known companies, and licensed to a large number of CAD developers. Other components, such as those for manipulating raster images, zip files, or unicode characters, are available through open-source repositories, such as <a
href="http://www.sourceforge.net/" target="_blank">SourceForge</a>. Many more components are created by CAD developers themselves.</p><p>The real magic in creating a CAD program comes in how the software compenents are arranged and connected. This is the essence of <a
href="http://en.wikipedia.org/wiki/Software_architecture" target="_blank">software architecture</a>. It is largely what distinguishes great programs from lousy programs.</p><p>Once the architecture for a CAD program has been set, it can be really difficult to change.</p><p>Consider, for example, how CAD programs, almost as a rule, seem to take very poor advantage of multi-core processors. This isn&#8217;t because the CAD vendors (and the programmers who work for them) don&#8217;t want to provide good multi-core support. It&#8217;s because the architecture of their software, and of the component libraries which comprise their applications (particularly the geometric modeling kernel, if we want to point fingers) were not initially designed to support <a
href="http://en.wikipedia.org/wiki/Concurrency_(computer_science)" target="_blank">concurrency</a> (the underlying requirement to support multi-core processors.)</p><p>Though CAD vendors could rip their software down to the ground, and re-architect it to support concurrency, it&#8217;s not so easy as just putting a team of programmers on it, and giving them a budget for coffee and Red Bull.</p><p>CAD software architectures generally creep, in an organic fashion, from release to release. Initial versions of CAD programs are often architecturally consistent because they are created by small development teams comprised of very experienced CAD programmers. Yet, over time, demands to add new features and capabilities on too-short schedules, and the addition of more programmers to development teams, can lead to hacks which compromise the architectural integrity of later versions of the software.</p><p>The result can be a CAD program that works pretty well in most cases, but which has persistent instabilities that can&#8217;t be easily fixed—either because no one actually completely understands the CAD program&#8217;s architecture, or the instability has become “baked into” the architecture. (Not to point fingers, but there are a number of well-known CAD programs which suffer from persistent instability.)</p><p>For a CEO of a CAD software company, the prospect of embarking on a re-architecture project has got to be chilling. Too many of these projects (the most infamous being AutoCAD Release 13) end up being expensive disasters.</p><p><strong>Cloud CAD architecture</strong></p><p>There are two ways to approach cloud CAD. One way is to use an existing desktop (<em>e.g.,</em> Windows, OSX, or Linux based) CAD program, and run it, mostly unchanged, on virtualized servers. This is the approach that companies such as <a
href="http://www.citrix.com/" target="_blank">Citrix</a> and <a
href="http://www.cloudswitch.com/" target="_blank">CloudSwitch</a> enable—and it&#8217;s nothing new. The other way is to build a CAD architecture that&#8217;s optimized for use on the cloud.</p><p>An optimal cloud CAD architecture would support scalability, both in the number of concurrent users, and in the size of CAD models. That means, essentially, breaking the CAD software down in to a number of <a
href="http://en.wikipedia.org/wiki/Interoperable" target="_blank">interoperable</a> <a
href="http://en.wikipedia.org/wiki/Software_service">services</a>, which can run concurrently on multiple <a
href="http://en.wikipedia.org/wiki/Loosely_coupled" target="_blank">loosely-coupled</a> server instances.</p><p>The problem that CAD developers run into is that, even though their existing desktop CAD systems are built from a large number of software components, those components were never designed to work in a loosely-coupled environment, and they were not, except in rare cases, designed to support concurrency. It&#8217;s simply not practical to take an existing CAD program, break it down to its components, then use those to build a cloud CAD system.</p><p>The only practical way to build a scalable cloud-based CAD system is to start from scratch, with a new architecture. While some components from existing CAD systems may be reusable as is, most are not.</p><p><strong>Where are the cloud CAD programs?</strong></p><p>The buzz about cloud CAD started in early 2010, with DS SolidWorks Corp previewing the cloud-based SolidWorks V6 at their user conference, and Autodesk opening up Project Butterfly, a cloud-based CAD application, on their Autodesk Labs site.</p><p>SolidWorks V6, despite its name, is built on the Dassault Systems V6 platform. It won&#8217;t be available until 2013, at the earliest, and even then, it won&#8217;t be entirely compatible with today&#8217;s SolidWorks program (because, among other reasons, it will be using a different geometric modeling kernel—one that&#8217;s quite different from the Parasolid kernel used in SolidWorks for the last 17 years.) SolidWorks V6 will be a functionally different program than SolidWorks.</p><p>AutoCAD WS, the released version of Project Butterfly, is the only notable cloud CAD application currently available. Despite its name, it&#8217;s not based on AutoCAD. It&#8217;s based on technology developed by PlanPlatform, a company acquired by Autodesk in 2009. While it does read and write AutoCAD compatible DWG files, AutoCAD WS is not a functional match to AutoCAD.</p><p>What of the other cloud CAD products?</p><p>There are none that are notable. (Or, rather, I don&#8217;t know of any that are particularly notable. I expect someone will send me straight on this if I&#8217;m wrong.)</p><p>While it&#8217;s possible that Siemens PLM or PTC have secret projects to develop cloud-based CAD programs, it&#8217;s likely that, if they do, those programs won&#8217;t be a functional match to their existing desktop CAD programs. Just like DS SolidWorks and Autodesk, they&#8217;ll need to start from scratch with cloud-based CAD.</p><p><strong>Desktop CAD is here to stay</strong></p><p>There are many CAD-related things you can do well on the cloud, including storage, rendering, CAE, and collaborative markup. But CAD itself? It&#8217;s easier to say than to do.</p><p>Cloud CAD is really difficult, if you want to do it right. As much as CAD company CEOs might like to talk about their visions of the future, they know that cloud CAD won&#8217;t replace desktop CAD for a very long time, if ever.</p><p><a
href="http://www.3dcadtips.com">3D CAD Tips</a></p>]]></content:encoded> <wfw:commentRss>http://www.3dcadtips.com/cloud-cad-is-really-difficult/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Autodesk ForceEffect now has motion</title><link>http://www.3dcadtips.com/autodesk-forceeffect-now-has-motion/</link> <comments>http://www.3dcadtips.com/autodesk-forceeffect-now-has-motion/#comments</comments> <pubDate>Tue, 17 Apr 2012 11:36:09 +0000</pubDate> <dc:creator>Evan Yares</dc:creator> <category><![CDATA[Autodesk]]></category> <category><![CDATA[Autodesk News]]></category> <category><![CDATA[Evan Yares]]></category> <category><![CDATA[ForceEffect]]></category><guid
isPermaLink="false">http://www.3dcadtips.com/?p=17110</guid> <description><![CDATA[<p>Autodesk shipped its free iOS (iPhone, iPad, or iPod) based ForceEffect program several months ago, and it was an instant hit, especially with students and makers. It allowed users to do static free body diagrams, in a most elegant way. Autodesk has just released ForceEffect Motion. It too is free. It appears to be a [...]</p><p><a
href="http://www.3dcadtips.com">3D CAD Tips</a></p>]]></description> <content:encoded><![CDATA[<p>Autodesk shipped its free iOS (iPhone, iPad, or iPod) based ForceEffect program several months ago, and it was an instant hit, especially with students and makers. It allowed users to do static free body diagrams, in a most elegant way.</p><p>Autodesk has just released ForceEffect Motion. It too is free. It appears to be a phenomenal tool for doing conceptual design of kinematic systems. And probably a great excuse to ask your boss to buy you an iPad.</p><p><iframe
src="http://www.youtube.com/embed/wyKQetLnxOg" frameborder="0" width="420" height="315"></iframe></p><p><a
href="http://itunes.apple.com/us/app/autodesk-forceeffect-motion/id512045820?ls=1&amp;mt=8" target="_blank">Autodesk ForceEffect Motion</a></p><p><a
href="http://www.3dcadtips.com">3D CAD Tips</a></p>]]></content:encoded> <wfw:commentRss>http://www.3dcadtips.com/autodesk-forceeffect-now-has-motion/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Autodesk provides real-time DFM for plastic part design</title><link>http://www.3dcadtips.com/autodesk-provides-real-time-dfm-for-plastic-part-design/</link> <comments>http://www.3dcadtips.com/autodesk-provides-real-time-dfm-for-plastic-part-design/#comments</comments> <pubDate>Tue, 03 Apr 2012 21:41:23 +0000</pubDate> <dc:creator>Evan Yares</dc:creator> <category><![CDATA[Autodesk]]></category> <category><![CDATA[Autodesk News]]></category> <category><![CDATA[Creo]]></category> <category><![CDATA[Evan Yares]]></category> <category><![CDATA[Featured]]></category> <category><![CDATA[Inventor]]></category> <category><![CDATA[News]]></category> <category><![CDATA[Pro/Engineer]]></category> <category><![CDATA[Simulation Software]]></category> <category><![CDATA[SolidWorks]]></category> <category><![CDATA[CAE]]></category> <category><![CDATA[DFM]]></category> <category><![CDATA[Moldflow]]></category> <category><![CDATA[Pro/E]]></category> <category><![CDATA[simulation]]></category><guid
isPermaLink="false">http://www.3dcadtips.com/?p=17077</guid> <description><![CDATA[<p>There&#8217;s a lot of benefit to be had by doing manufacturability analysis (DFM, Design for Manufacturing) early in the design process, rather than waiting until later, when design changes are far more expensive. A couple of years ago, Autodesk Labs previewed a product, Project Krypton, which ran inside of 3D CAD programs (including Autodesk Inventor, DS SolidWorks, and PTC [...]</p><p><a
href="http://www.3dcadtips.com">3D CAD Tips</a></p>]]></description> <content:encoded><![CDATA[<p>There&#8217;s a lot of benefit to be had by doing manufacturability analysis (DFM, Design for Manufacturing) early in the design process, rather than waiting until later, when design changes are far more expensive.</p><p>A couple of years ago, Autodesk Labs previewed a product, Project Krypton, which ran inside of 3D CAD programs (including Autodesk Inventor, DS SolidWorks, and PTC Pro/E), and gave real-time feedback on manufacturability, cost, and sustainability of plastic injection molded parts.</p><p><iframe
src="http://www.youtube.com/embed/uGSATYnA0Pw" frameborder="0" width="560" height="315"></iframe><br
/> Project Krypton has now reappeared, in commercial form, as Autodesk Simulation DFM (Design For Manufacturing.) It works as a plug-in, running in a <a
href="http://wikihelp.autodesk.com/Moldflow/enu/2013/Help/6Simulation_DFM/0000-Autodesk0" target="_blank">number of versions</a> of Inventor, Inventor LT, Wildfire, Creo, and SolidWorks. It is available as a subscription benefit for Autodesk Simulation Moldflow Adviser 2013 subscribers, or as a stand-alone product, at US$2,000 for a license to run on any of the supported CAD platforms.</p><p>It&#8217;s reasonable to argue that engineers who are designing plastic parts should know enough to be able to recognize manufacturability, cost, or sustainability problems. And, if they don&#8217;t, they should take the time to learn (for example, by taking a few hours to read any of the many freely available books on the subject, such as <a
href="http://plastics.dupont.com/plastics/pdflit/americas/general/H76838.pdf" target="_blank">General Design Principles for DuPont Engineering Polymers</a>.) Even though that argument is reasonable, it doesn&#8217;t recognize human nature. People, even engineers who should know better, don&#8217;t always take the time to “read the manual.” Often, it makes sense to build the “manual” into the tools that engineers use every day. Simulation DFM does that, and quite a bit more.</p><p><img
class="alignright size-medium wp-image-17078" title="big_ARK" src="http://wpcore.3dcadtips.s3.amazonaws.com/wp-content/uploads/2012/04/big_ARK-300x102.png" alt="big ARK 300x102" width="300" height="102" />For inexperienced designers, Simulation DFM provides quick feedback to help them avoid rookie mistakes. It&#8217;s sort of like an “idiot light” on a car&#8217;s dash, that warns you when something is wrong. And while old-hands might say they prefer gauges to idiot lights, experience has shown that idiot lights are useful to experts (even F1 drivers and fighter pilots) for catching their attention, and getting them to actually look at the gauges.</p><p><a
href="http://wpcore.3dcadtips.s3.amazonaws.com/wp-content/uploads/2012/04/inventor-cost-info-b.png"><img
class="alignleft size-medium wp-image-17080" title="inventor-cost-info-b" src="http://wpcore.3dcadtips.s3.amazonaws.com/wp-content/uploads/2012/04/inventor-cost-info-b-300x180.png" alt="inventor cost info b 300x180" width="300" height="180" /></a>Simulation DFM doesn&#8217;t require that users have any background in molding simulation. It uses “green is good, yellow is not so good, and red is bad” indicators to identify potential manufacturing, cost and sustainability issues, showing the source and location of the problem. Any issues that pop-up can be expanded upon, to provide more detail on the exact source of the problem, even showing, for example, mold filling analyses.  The software requires no additional training, and doesn’t require much user input.</p><p>The open question with Simulation DFM is “how good is it?” Since it&#8217;s based on the Autodesk Moldflow simulation engine, it should be quite good, even for relatively complex parts (though it doesn&#8217;t support multi-body parts.) Yet, even if its capabilities were modest, it would still be of value, in either helping beginning designers to learn good design practice, or helping old-hands catch mistakes they might have otherwise missed.</p><p><a
href="http://wpcore.3dcadtips.s3.amazonaws.com/wp-content/uploads/2012/04/inventor-filling-result.png"><img
class="size-medium wp-image-17079 alignright" title="inventor-filling-result" src="http://wpcore.3dcadtips.s3.amazonaws.com/wp-content/uploads/2012/04/inventor-filling-result-300x180.png" alt="inventor filling result 300x180" width="300" height="180" /></a>As an engineer, I&#8217;ve long had the habit of using the “anything I can see” test to evaluate the usefulness of software. I look around the room, looking at anything I see, and ask myself “would this software have helped the engineers who designed these things?&#8221; In this case, as I sit in my office, I can see at least 20 items (without even turning to look behind me), each with multiple injection molded parts, that would have been quicker, easier, and less-expensive to design, had their engineers had access to up-front DFM software, such as Autodesk Simulation DFM.</p><p>The most significant benefit of Autodesk Simulation DFM comes not from its detailed capabilities, but rather from its clean integration into the design workflow. A user need not press a button, or take any specific action when designing a plastic part to benefit from it. All they need to do is notice, as they design, whether the software has picked up any obvious red-flags.</p><p>That Autodesk decided to make Simulation DFM available for Pro/E, Creo, and SolidWorks (as well as Inventor) shows that rational minds sometimes do prevail: There are untold thousands of PTC and SolidWorks customers who design plastic injection molded parts, and who are unlikely to switch primary CAD tools any time soon. The challenge Autodesk is going to face is in getting Simulation DFM in front of those users (since PTC and SolidWorks sales reps and dealers are not likely to recommend it.) Maybe not so much of a challenge: Many of Autodesk&#8217;s existing Moldflow customers are Pro/E and SolidWorks users.</p><p>There&#8217;s a certain charm to software that does something of great value, but does not impose any extra demands on its users. Autodesk Simulation DFM looks like it may be that kind of product.</p><p><strong>Autodesk</strong> <a
href="http://www.autodesk.com/">www.autodesk.com</a></p><p><strong>Autodesk SimSquad</strong> <a
href="mailto:simsquad@autodesk.com">simsquad@autodesk.com</a></p><p><a
href="http://www.3dcadtips.com">3D CAD Tips</a></p>]]></content:encoded> <wfw:commentRss>http://www.3dcadtips.com/autodesk-provides-real-time-dfm-for-plastic-part-design/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Autodesk Inventor ETO gets webified</title><link>http://www.3dcadtips.com/autodesk-inventor-eto-gets-webified/</link> <comments>http://www.3dcadtips.com/autodesk-inventor-eto-gets-webified/#comments</comments> <pubDate>Tue, 20 Mar 2012 07:13:47 +0000</pubDate> <dc:creator>Evan Yares</dc:creator> <category><![CDATA[Autodesk]]></category> <category><![CDATA[Autodesk News]]></category> <category><![CDATA[Evan Yares]]></category> <category><![CDATA[Featured]]></category> <category><![CDATA[ETO]]></category> <category><![CDATA[Inventor]]></category><guid
isPermaLink="false">http://www.3dcadtips.com/?p=17068</guid> <description><![CDATA[<p>Autodesk has just introduced a new release of Autodesk Inventor Engineer-to-order (ETO) software that can be deployed over the web. The new browser-based access is powered by the Autodesk Inventor Engineer-to-Order Server, which includes the ETO (Intent) Rules Engine and the Inventor Server (for model and drawing generation), as well as web services and server [...]</p><p><a
href="http://www.3dcadtips.com">3D CAD Tips</a></p>]]></description> <content:encoded><![CDATA[<p><a
href="http://wpcore.3dcadtips.s3.amazonaws.com/wp-content/uploads/2012/03/Inventor-ETO_Conveyor-Configurator-on-the-Web.jpg"><img
class="alignright size-medium wp-image-17072" title="Inventor ETO_Conveyor Configurator on the Web" src="http://wpcore.3dcadtips.s3.amazonaws.com/wp-content/uploads/2012/03/Inventor-ETO_Conveyor-Configurator-on-the-Web-300x202.jpg" alt="Inventor ETO Conveyor Configurator on the Web 300x202" width="300" height="202" /></a>Autodesk has just introduced a new release of Autodesk Inventor Engineer-to-order (ETO) software that can be deployed over the web.</p><p>The new browser-based access is powered by the Autodesk Inventor Engineer-to-Order Server, which includes the ETO (Intent) Rules Engine and the Inventor Server (for model and drawing generation), as well as web services and server farm management software. Graphic display is via the Autodesk DWF format, for browsers with the Autodesk&#8217;s DWF Viewer browser add-on, and via raster graphics otherwise.</p><p>The Inventor ETO Server is licensed on a per-server basis, supporting 10 concurrent users. The included server farm management software supports load balancing and scaling. Because the server framework is session-based (i.e., not stateless), system requirements are about the same as for Autodesk Inventor. With big and complex models, you&#8217;re going to need to have pretty stout servers.</p><p>Autodesk is not currently offering Inventor ETO Server with software-as-a-service (SaaS) licensing, though, from a technical perspective, there doesn&#8217;t seem to be anything to prevent this. The software can be run in a virtual machine (VM), and hosted on a cloud service. The applications at <a
href="http://etosamples.autodesk.com/">http://etosamples.autodesk.com</a>, for example, are running on Amazon EC2 instances.</p><p>Applications to be deployed on the Inventor ETO Server are created with the Inventor ETO Series product, using a Visual Studio-based development environment, supporting the Intent language and .NET languages like VB.NET and C#.</p><p>While the Intent language has evolved and been modernized for .NET compatibility, and based on feedback from users, its heritage traces back to the mid-1980s, to ICAD, one of the pioneering products in Knowledge Based Engineering (KBE.)</p><p><a
href="http://wpcore.3dcadtips.s3.amazonaws.com/wp-content/uploads/2012/03/GUID-6C4E05E3-0E04-47B5-AE90-D7BDE6DC05AF-low.png"><img
class="alignleft size-medium wp-image-17071" title="GUID-6C4E05E3-0E04-47B5-AE90-D7BDE6DC05AF-low" src="http://wpcore.3dcadtips.s3.amazonaws.com/wp-content/uploads/2012/03/GUID-6C4E05E3-0E04-47B5-AE90-D7BDE6DC05AF-low-300x134.png" alt="GUID 6C4E05E3 0E04 47B5 AE90 D7BDE6DC05AF low 300x134" width="300" height="134" /></a>The Intent Rules Engine used by the Inventor ETO Server is powerful enough to implement nearly any sort of engineer-to-order application you could envision. It can be used to capture geometric and configuration knowledge, as well as business rules. Because the Intent Rules Engine provides the capability to create dependencies between designs (objects), it effectively allows the creation of workflows.</p><p>Out of the box, Inventor ETO Server has no ready-made integrations with enterprise systems, such as ERP, SCM, CRM, PDM, or even, for that matter, Autodesk&#8217;s new PLM 360 product series. This is not to say such integrations are not possible or practical. Autodesk has done integrations, for example, with ERP and CRM systems, either by direct access to the ERP/CRM database (support for Oracle, SQLServer, Access and IBM DB2 is included), by reading a database extract file from the ERP/CRM system, or by reading an XML based export file from the ERP/CRM system.</p><p>Autodesk has a number of large implementations of Inventor ETO, and has apparently had some solid successes with the product. Swedish hydraulic press manufacturer, AP&amp;T, for example, notes that Inventor Engineer-to-Order has helped it reduce cost estimate errors on key components from 10% to 1%. Hytrol Conveyor currently uses 800 seats of Inventor ETO (and is likely a good candidate for the new web-deployed version.)</p><p><a
href="http://wpcore.3dcadtips.s3.amazonaws.com/wp-content/uploads/2012/03/Inventor-ETO_Stairs-Configurator-on-the-Web.jpg"><img
class="alignright size-medium wp-image-17069" title="Inventor ETO_Stairs Configurator on the Web" src="http://wpcore.3dcadtips.s3.amazonaws.com/wp-content/uploads/2012/03/Inventor-ETO_Stairs-Configurator-on-the-Web-300x221.jpg" alt="Inventor ETO Stairs Configurator on the Web 300x221" width="300" height="221" /></a>Interestingly, all of the companies referenced in Autodesk&#8217;s <a
href="http://usa.autodesk.com/adsk/servlet/pc/index?siteID=123112&amp;id=14719389" target="_blank">customer showcase</a> worked with <a
href="http://usa.autodesk.com/adsk/servlet/index?id=14963507&amp;siteID=123112" target="_blank">Autodesk Consulting</a> to develop their Inventor ETO applications. This is not a big surprise. The Intent rules engine and language are definitely powerful, but they&#8217;re not for dilettantes (or average Inventor users with no programming skills, for that matter.) You can get a sense of this for yourself, by looking at the <a
href="http://usa.autodesk.com/adsk/servlet/index?siteID=123112&amp;id=18361292" target="_blank">source code</a> for Autodesk&#8217;s Inventor ETO samples.</p><p>Web deployment greatly changes the reach, and the economics, of Inventor ETO. Rather than deploying their Inventor ETO apps on notebook computers carried by salespeople, companies can deploy those same apps on the web, and make them available to their customers, worldwide, 24 hours a day. On a per-licensed-user basis, Inventor ETO is more expensive to deploy over the web than on notebook computers—but, when you account for actual utilization of the software by concurrent users, it&#8217;s likely far less expensive.</p><p>The actual licensing cost of Inventor ETO is probably only a minor part of the total cost of an implementation, when the cost to develop and deploy applications is factored in. The decision of whether to acquire Inventor ETO probably requires some careful analysis. If you are already an Inventor shop, you have a significant sales volume in configure-to-order or engineer-to-order products, and you have a commitment for enough budget, resources, and time to do the implementation right, you&#8217;re probably on the right track.</p><p><a
href="http://usa.autodesk.com/adsk/servlet/pc/index?siteID=123112&amp;id=8057864" target="_blank">Autodesk Inventor Engineer-to-Order</a></p><p>&nbsp;</p><p><a
href="http://www.3dcadtips.com">3D CAD Tips</a></p>]]></content:encoded> <wfw:commentRss>http://www.3dcadtips.com/autodesk-inventor-eto-gets-webified/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>AutoCAD&#8217;s ancestor</title><link>http://www.3dcadtips.com/autocads-ancestor/</link> <comments>http://www.3dcadtips.com/autocads-ancestor/#comments</comments> <pubDate>Fri, 17 Feb 2012 07:32:21 +0000</pubDate> <dc:creator>Evan Yares</dc:creator> <category><![CDATA[Autodesk]]></category> <category><![CDATA[Evan Yares]]></category> <category><![CDATA[AutoCAD]]></category> <category><![CDATA[Interact]]></category> <category><![CDATA[Mike Riddle]]></category><guid
isPermaLink="false">http://www.3dcadtips.com/?p=17039</guid> <description><![CDATA[<p>As of the end of last month, Autodesk is 30 years old. What&#8217;s little known in the CAD industry, and rarely mentioned today, is that AutoCAD had an ancestor that predated the founding of Autodesk. A product called INTERACT. This is a photo of the INTERACT CAD system, circa 1978. The hardware is an S-100 [...]</p><p><a
href="http://www.3dcadtips.com">3D CAD Tips</a></p>]]></description> <content:encoded><![CDATA[<p>As of the end of last month, Autodesk is 30 years old.</p><p>What&#8217;s little known in the CAD industry, and rarely mentioned today, is that AutoCAD had an ancestor that predated the founding of Autodesk. A product called INTERACT.</p><p><a
href="http://wpcore.3dcadtips.s3.amazonaws.com/wp-content/uploads/2012/02/Interact-CAD.jpg"><img
class="alignright size-medium wp-image-17040" title="Interact CAD" src="http://wpcore.3dcadtips.s3.amazonaws.com/wp-content/uploads/2012/02/Interact-CAD-300x195.jpg" alt="Interact CAD 300x195" width="300" height="195" /></a></p><p>This is a photo of the INTERACT CAD system, circa 1978. The hardware is an S-100 computer with dual 8&#8243; floppy drives, and a 640&#215;480 pixel graphics board.  Input is through a Houston Instruments digitizer and a Televideo terminal.</p><p>INTERACT was the first CAD system to run on mainstream microcomputer hardware. (Other contemporary systems ran on mainframes or minicomputers.) Its first commercial customer was Atlantic Richfield, which used the system to plan deep dives for offshore oil rigs.</p><p>INTERACT was written by <a
href="http://michaelriddle.com/">Mike Riddle</a>. He had previously worked on a ComputerVision CADDS3 system, which was used by his employer, Marathon Steel, to detail the structural steel used in the Palo Verde nuclear power plant, west of Phoenix. With the self assurance that many hackers have, Riddle figured he could do better than CADDS3.</p><p>He wrote INTERACT in his spare time, starting in 1977. He was slowed down by the state of hardware at the time &#8212; he had to write the program in pieces, and assemble it as larger memory boards became available. Ultimately, he decided he needed a processor that could support hardware multiply. Marinchip Systems, owned by John Walker and Dan Drake, made an S-100 main board with a TI TMS-9900 processor that fit the bill.</p><p>When Walker saw INTERACT running on the Marinchip Systems computer, he was impressed enough to become a dealer for the software.</p><p>In late 1981,Walker, Drake, Riddle, and about a dozen other people, came together to co-found what, in January 1982, would become Marinchip Software Partners, and shortly thereafter, Autodesk. INTERACT was rewritten in the C language, to run on the new IBM PC, and was rechristened&#8211;first as MicroCAD, and then (when the MicroCAD name was sniped by another company) as AutoCAD.</p><p>Today&#8217;s AutoCAD bears little resemblance to INTERACT.  Yet most of the original INTERACT commands still work in AutoCAD 2012.</p><p><a
href="http://www.3dcadtips.com">3D CAD Tips</a></p>]]></content:encoded> <wfw:commentRss>http://www.3dcadtips.com/autocads-ancestor/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>High-tech tools for a cool ride</title><link>http://www.3dcadtips.com/high-tech-tools-for-a-cool-ride/</link> <comments>http://www.3dcadtips.com/high-tech-tools-for-a-cool-ride/#comments</comments> <pubDate>Mon, 23 Jan 2012 17:27:45 +0000</pubDate> <dc:creator>Laura Carrabine</dc:creator> <category><![CDATA[3D CAD Package Tips]]></category> <category><![CDATA[Autodesk]]></category> <category><![CDATA[Autodesk News]]></category> <category><![CDATA[CAD Blogs]]></category> <category><![CDATA[Inventor]]></category> <category><![CDATA[3D CAD]]></category> <category><![CDATA[Alias prototyping]]></category> <category><![CDATA[electric bikes Vault]]></category> <category><![CDATA[Marcus Hays]]></category> <category><![CDATA[Pi Mobility]]></category> <category><![CDATA[Showcase]]></category><guid
isPermaLink="false">http://www.3dcadtips.com/?p=16960</guid> <description><![CDATA[<p>When Marcus Hays first heard about an electric bike, he was less than enthusiastic. Why load a bike with battery weight, turning the human motor into passenger in the process? That was 1995 and Hays was working with Lee Iococca to develop electric cars and bikes. Electric bikes use less than 1,000 watts of total [...]</p><p><a
href="http://www.3dcadtips.com">3D CAD Tips</a></p>]]></description> <content:encoded><![CDATA[<p>When Marcus Hays first heard about an electric bike, he was less than enthusiastic. Why load a bike with battery weight, turning the human motor into passenger in the process? That was 1995 and Hays was working with Lee Iococca to develop electric cars and bikes.</p><p><a
href="http://wpcore.3dcadtips.s3.amazonaws.com/wp-content/uploads/2012/01/pi_mobility_2_large_800x495.jpg"><img
class="alignleft size-full wp-image-16961" title="pi_mobility_2_large_800x495" src="http://wpcore.3dcadtips.s3.amazonaws.com/wp-content/uploads/2012/01/pi_mobility_2_large_800x495.jpg" alt="pi mobility 2 large 800x495" width="300" height="186" /></a></p><p>Electric bikes use less than 1,000 watts of total power and can be used on bike paths. When Hays first encountered these hybrid vehicles, most models were imported from a variety of countries. They relied on an injection molding manufacturing process which produced parts made of a variety of thermoplastics. While initially pleasing in appearance, the plastic parts raised questions of reliability and tended toward unsightly discolorations and dangerous cracks. “As an advocate for electric bikes,” said Hays, “I felt these problems had to be solved.”</p><p>To efficiently produce a more reliable and environmentally friendly electric bike, Hays’ company Pi Mobility took a minimalist approach. For Hays and his team, the longer a product will last is a key factor in making it more sustainable. Rather than rely on brittle plastics for a multitude of parts, Pi Mobility used an elegant, solitary arch of recycled aluminum for its bikes’ iconic frame. The recycled aluminum lasts longer than plastic and the batteries and electronic components reside safely within the aluminum tube rather than an injection molded plastic battery enclosure.</p><p>Recycled aluminum requires one-thirteenth the amount of electricity to produce compared to virgin aluminum. And, a Pi Mobility bikes produces 300 lbs of carbon dioxide per 12,000 miles of travel, making it 20-30 times more efficient than a motorcycle or cart. The single tube used in the PiCycle and PiMoto models’ battery agnostic design means they can conceivably handle any battery or chemical process that produces electricity, allowing for easy upgrades in the future.</p><p><a
href="http://wpcore.3dcadtips.s3.amazonaws.com/wp-content/uploads/2012/01/pi_mobility_3_large_576x462.jpg"><img
class="alignleft size-full wp-image-16962" title="pi_mobility_3_large_576x462" src="http://wpcore.3dcadtips.s3.amazonaws.com/wp-content/uploads/2012/01/pi_mobility_3_large_576x462.jpg" alt="pi mobility 3 large 576x462" width="300" height="241" /></a></p><p>Thanks to the less labor-intensive design of the single tube, Pi Mobility has been able to maintain production in the US and still be profitable. “We can form a tube in about 30 seconds,” said Hays. “With the help of Autodesk software, changes to the design can be embedded very quickly. Our manufacturing method offers very rapid scale at competitive prices, but it also reduces the required labor to a fraction of more traditional electric bikes. By producing our bikes locally, much of the transportation carbon that often affects even environmentally sustainable good can be eliminated.</p><p>The company’s testing program makes durability and sustainability its top priorities, before appearance. Pi Mobility seeks to combine all three elements at every opportunity. The Autodesk solution for Digital Prototyping helped the company to optimize its design and bring new products to market faster.</p><p>Hays said,” We use Inventor, Vault, Alias Design, and Showcase. Our design team took to the software immediately. After just three weeks the team produced a 3D digital prototype using Inventor. It proved that by increasing the diameter of our tube by a half inch, we could save $335,000.”</p><p><strong>Pi Mobility</strong></p><p><a
href="http://www.picycle.com">www.picycle.com</a></p><p><strong>Autodesk, Inc.</strong></p><p><a
href="http://www.autodesk.com">www.autodesk.com</a></p><p>&nbsp;</p><p><a
href="http://www.3dcadtips.com">3D CAD Tips</a></p>]]></content:encoded> <wfw:commentRss>http://www.3dcadtips.com/high-tech-tools-for-a-cool-ride/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>New software slated to change the workplace</title><link>http://www.3dcadtips.com/new-software-slated-to-change-the-workplace/</link> <comments>http://www.3dcadtips.com/new-software-slated-to-change-the-workplace/#comments</comments> <pubDate>Tue, 03 Jan 2012 20:25:02 +0000</pubDate> <dc:creator>Laura Carrabine</dc:creator> <category><![CDATA[Autocad Blogs]]></category> <category><![CDATA[Autodesk]]></category> <category><![CDATA[Autodesk News]]></category> <category><![CDATA[Catia]]></category> <category><![CDATA[Catia Blogs]]></category> <category><![CDATA[Catia News & Events]]></category> <category><![CDATA[PTC News]]></category> <category><![CDATA[SolidWorks]]></category> <category><![CDATA[SolidWorks Blogs]]></category> <category><![CDATA[SolidWorks News & Events]]></category> <category><![CDATA[3D CAD]]></category> <category><![CDATA[AutoCAD]]></category> <category><![CDATA[Design Suite]]></category> <category><![CDATA[PTC Creo]]></category><guid
isPermaLink="false">http://www.3dcadtips.com/?p=16922</guid> <description><![CDATA[<p>CAD software vendors have touted product usability for a long time. However, they haven’t really delivered on that promise until recently. There were a few software debuts in 2011 that changed that premise. True user usability could lead to a broader CAD audience and a bigger market share. The product development team at PTC came [...]</p><p><a
href="http://www.3dcadtips.com">3D CAD Tips</a></p>]]></description> <content:encoded><![CDATA[<p>CAD software vendors have touted product usability for a long time. However, they haven’t really delivered on that promise until recently. There were a few software debuts in 2011 that changed that premise. True user usability could lead to a broader CAD audience and a bigger market share.</p><p><a
href="http://wpcore.3dcadtips.s3.amazonaws.com/wp-content/uploads/2012/01/creo5.jpg"><img
class="alignleft size-full wp-image-16923" title="creo5" src="http://wpcore.3dcadtips.s3.amazonaws.com/wp-content/uploads/2012/01/creo5.jpg" alt="creo5" width="300" height="226" /></a></p><p>The product development team at PTC came up with the idea of a creating single program that does everything versus offering diverse programs with no connectedness. The strategy addresses its customer base and the trend toward solid modeling for the masses. Creo 1.0 is the result of that concept. The software currently has nine applications including Creo Parametric, Direct, Illustrate, Schematics, View MCAD, View ECAD, Sketch, and Layout.</p><p>The company focused on a group of traditional user problems and applied a core of technologies against them, specific roles having options for modeling modes with the click of an app. Simplifying a process that has plagued engineers and designers for decades makes using the software and being productive all the difference. The Creo GUI is much cleaner than the Pro/E GUI. According to those who have used the new product, the GUI strategy is most evident in Creo Parametric and Creo Direct. PTC leveraged the best features from CoCreate and made it easier to use. The company added features to Creo Parametric that will make Pro/E seem like ancient technology. Creo proves that a feature can live in a history-based and history-free environment keeping the parametric relation to features within each if needed.</p><p><a
href="http://wpcore.3dcadtips.s3.amazonaws.com/wp-content/uploads/2012/01/creo1.jpg"><img
class="alignleft size-full wp-image-16924" title="creo1" src="http://wpcore.3dcadtips.s3.amazonaws.com/wp-content/uploads/2012/01/creo1.jpg" alt="creo1" width="300" height="217" /></a></p><p>Another 2011 debut was SolidWorks 2012 that also sports new features to help a more diverse audience. The software has improvements in assembly and drawing capabilities, built-in simulation, design costing, routing, image and animation creation, and product data management. Dassault Systemes says SolidWorks 2012 will help automate design functions, change product development processes, and extend support for collaboration and connectivity. This technology could change how the software is marketed and sold. The product helps users streamline design processes by removing traditional steps.</p><p>Autodesk’s AutoCAD 2012 and Design Suite 2012 series are available in a range of offerings including web and mobile applications. Thus more users have access to the technology and can stay connected to their work no matter where they are.  In addition, AutoCAD 2012 and Design Suite 201212 are directly connected to the free AutoCAD WS web and mobility application.</p><p>With CAD pretty much saturating the engineering and manufacturing arena, CAD vendors are realizing that pumping out a redressed version of what went out the door at the last launch is not going to work much longer. They have to offer tools that appeal to other audiences. We have seen that starting to happen in the retail, hobby, and jewelry industries where non-engineering types are using 3D programs to crank out new products.</p><p><strong>PTC</strong></p><p><a
href="http://www.ptc.com">www.ptc.com</a></p><p><strong>Dassault Systemes</strong></p><p><a
href="http://www.3ds.com">www.3ds.com</a></p><p><strong>Autodesk</strong></p><p><a
href="http://www.autodesk.com">www.autodesk.com</a></p><p><a
href="http://www.3dcadtips.com">3D CAD Tips</a></p>]]></content:encoded> <wfw:commentRss>http://www.3dcadtips.com/new-software-slated-to-change-the-workplace/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Printer shifts from 2D to 3D</title><link>http://www.3dcadtips.com/printer-shifts-from-2d-to-3d/</link> <comments>http://www.3dcadtips.com/printer-shifts-from-2d-to-3d/#comments</comments> <pubDate>Thu, 22 Dec 2011 17:30:46 +0000</pubDate> <dc:creator>Laura Carrabine</dc:creator> <category><![CDATA[Autodesk]]></category> <category><![CDATA[Autodesk News]]></category> <category><![CDATA[Inventor]]></category> <category><![CDATA[2D]]></category> <category><![CDATA[3D]]></category> <category><![CDATA[Cadenas]]></category> <category><![CDATA[ERP]]></category> <category><![CDATA[SAP]]></category> <category><![CDATA[Voith Paper]]></category><guid
isPermaLink="false">http://www.3dcadtips.com/?p=16910</guid> <description><![CDATA[<p>Voith Paper decided to improve its design process across its centers of competencies around the world. Each center specializes in particular parts of a paper machine: due to its massive size and complexity, a finished machine requires design input from several design centers. Voith knew that speeding up its design and manufacturing processes would mean [...]</p><p><a
href="http://www.3dcadtips.com">3D CAD Tips</a></p>]]></description> <content:encoded><![CDATA[<p>Voith Paper decided to improve its design process across its centers of competencies around the world. Each center specializes in particular parts of a paper machine: due to its massive size and complexity, a finished machine requires design input from several design centers. Voith knew that speeding up its design and manufacturing processes would mean aligning its dispersed design teams.</p><p><a
href="http://wpcore.3dcadtips.s3.amazonaws.com/wp-content/uploads/2011/12/voith_paper_customer_story_617x381.jpg"><img
class="alignleft size-full wp-image-16911" title="voith_paper_customer_story_617x381" src="http://wpcore.3dcadtips.s3.amazonaws.com/wp-content/uploads/2011/12/voith_paper_customer_story_617x381.jpg" alt="voith paper customer story 617x381" width="300" height="185" /></a></p><p>Moving its designers onto a standard platform worldwide meant integrating the Autodesk manufacturing technology with other key enterprise systems. As a result, Voith has synchronized its design teams and achieved new heights in speed and efficiency levels. “By integrating our 3D models into our SAP ERP system, we can make design changes more quickly. Every engineer has access to the same information, said Voith’s Olaf Spitzer. “This allows us to respond to our customers’ needs faster.”</p><p>Frederich Spitzer, PDM Support Manager, IT Solutions for Voith, “We are organized into centers of competencies, so every location with manufacturing capabilities has competencies for a certain product in the finished machine. By installing a common Inventor SAP ERP system with help from Autodesk Consulting, we bring all the information that is generated by these different locations together in one system.”</p><p>Voith is also gaining efficiencies associated with the enterprise parts management system built by Cadenas GmbH. The PART system reduces design time by providing access to components and assemblies. Design and development engineers are able to see relevant part information such as price, delivery time, and release status in one user interface.</p><p>With a common database, Voith’s design team now uses the same items with the same information. By streamlining parts numbers, Voith facilitates procurement, inventory, and maintenance.</p><p>Today, Voith is creating more accurate designs faster. Each machine is designed by several of Voith’s centers of competencies and then assembled at the customer site. Since adopting Inventor, Voith has reduced assembly problems.</p><p>“By integrating Inventor with our ERP system, we can respond quicker to our customer needs,” said Olaf Spitzer. “We are able to show them designs before we build a machine. For one project in China, a company ordered parts of a paper machine. We showed them the design and they had changes which we were able to make overnight. We then presented the new design to the customer the next day and secured an order.”</p><p><strong>Autodesk</strong></p><p><a
href="http://www.autodesk.com">www.autodesk.com</a></p><p><a
href="http://www.3dcadtips.com">3D CAD Tips</a></p>]]></content:encoded> <wfw:commentRss>http://www.3dcadtips.com/printer-shifts-from-2d-to-3d/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Surface deformation software</title><link>http://www.3dcadtips.com/surface-deformation-software/</link> <comments>http://www.3dcadtips.com/surface-deformation-software/#comments</comments> <pubDate>Thu, 15 Dec 2011 16:20:48 +0000</pubDate> <dc:creator>Laura Carrabine</dc:creator> <category><![CDATA[3D CAD Package Tips]]></category> <category><![CDATA[Autodesk]]></category> <category><![CDATA[Autodesk News]]></category> <category><![CDATA[3D]]></category> <category><![CDATA[Cinema 4D]]></category> <category><![CDATA[Kickstand]]></category> <category><![CDATA[Luxology]]></category> <category><![CDATA[Maya]]></category> <category><![CDATA[modo]]></category> <category><![CDATA[NewTek LightWave]]></category> <category><![CDATA[Softimage]]></category> <category><![CDATA[StretchMesh]]></category><guid
isPermaLink="false">http://www.3dcadtips.com/?p=16901</guid> <description><![CDATA[<p>Kickstand launched a campaign to evolve StretchMesh Surface Deformation software into Open Source technology – opening the door for artists working in Maya to incorporate the surface deformation technology into their 3D workflow. The initiative allows programmers and developers of software programs such as Autodesk 3D Studio Max and Softimage, NewTek LightWave, Luxology modo, and [...]</p><p><a
href="http://www.3dcadtips.com">3D CAD Tips</a></p>]]></description> <content:encoded><![CDATA[<p>Kickstand launched a campaign to evolve StretchMesh Surface Deformation software into Open Source technology – opening the door for artists working in Maya to incorporate the surface deformation technology into their 3D workflow. The initiative allows programmers and developers of software programs such as Autodesk 3D Studio Max and Softimage, NewTek LightWave, Luxology modo, and Maxon Cinema 4D to incorporate advanced surface deformation functionality in future product releases.</p><p><a
href="http://wpcore.3dcadtips.s3.amazonaws.com/wp-content/uploads/2011/12/stretchmesh.jpg"><img
class="alignleft size-full wp-image-16902" title="stretchmesh" src="http://wpcore.3dcadtips.s3.amazonaws.com/wp-content/uploads/2011/12/stretchmesh.jpg" alt="stretchmesh" width="300" height="150" /></a></p><p>StretchMesh introduces new techniques and gives polygonal geometry a “stretch” quality for better control over the movement and skin elasticity of 3D modeled characters. The software features advanced relational vertex and shape preservation technology, offering animators and technical directors working in feature film, broadcast, and game development the ability to create smooth character deformations using Maya software.</p><p>StretchMesh takes advantage of multi-threading in Maya software, and incorporates several features for advanced character animation including greater flexibility and performance when animating collisions with primitive sphere and primitive curve colliders, the ability to pain an influence on a collision object for per-vertex control over collision behaviors, curve attractors provide the ability to pull vertices toward the closest point on  a curve, and a “Scale Safe” mode that allows users to scale a mesh while safely preserving its initial shape.</p><p><strong>Kickstand</strong></p><p><a
href="http://www.kickstand.tv">www.kickstand.tv</a></p><p><a
href="http://www.3dcadtips.com">3D CAD Tips</a></p>]]></content:encoded> <wfw:commentRss>http://www.3dcadtips.com/surface-deformation-software/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Racing team relies on suite of software products</title><link>http://www.3dcadtips.com/racing-team-relies-on-suite-of-software-products/</link> <comments>http://www.3dcadtips.com/racing-team-relies-on-suite-of-software-products/#comments</comments> <pubDate>Wed, 02 Nov 2011 16:29:51 +0000</pubDate> <dc:creator>Laura Carrabine</dc:creator> <category><![CDATA[3D CAD Package Tips]]></category> <category><![CDATA[Autocad Blogs]]></category> <category><![CDATA[Autodesk]]></category> <category><![CDATA[Autodesk News]]></category> <category><![CDATA[CAD Package]]></category> <category><![CDATA[Inventor]]></category> <category><![CDATA[Simulation Software]]></category> <category><![CDATA[CFD]]></category> <category><![CDATA[digital prototyping]]></category> <category><![CDATA[Kelly Racing]]></category> <category><![CDATA[Multiphysics]]></category> <category><![CDATA[vault]]></category><guid
isPermaLink="false">http://www.3dcadtips.com/?p=16874</guid> <description><![CDATA[<p>Australia-based racing team, Kelly Racing, has been using Autodesk products for a range of uses – from precision design to validating new car components &#8212; all without hitting the track for physical testing. Given that the period between races is often a window of less than three weeks, Autodesk Inventor Professional, Autodesk Simulation CFD, Autodesk [...]</p><p><a
href="http://www.3dcadtips.com">3D CAD Tips</a></p>]]></description> <content:encoded><![CDATA[<p>Australia-based racing team, Kelly Racing, has been using Autodesk products for a range of uses – from precision design to validating new car components &#8212; all without hitting the track for physical testing. Given that the period between races is often a window of less than three weeks, Autodesk Inventor Professional, Autodesk Simulation CFD, Autodesk Simulation Multiphysics, and Autodesk Vault Professional software are crucial to enabling Kelly Racing to turn around new components in a timely manner and secure wins in half the time of most racing teams. “It is critical for us to be fast and efficient in every facet of our business,” said Rick Kelly, team racer and co-owner.</p><p><a
href="http://wpcore.3dcadtips.s3.amazonaws.com/wp-content/uploads/2011/11/Kelly-racing.jpg"><img
class="alignleft size-full wp-image-16875" title="Kelly racing" src="http://wpcore.3dcadtips.s3.amazonaws.com/wp-content/uploads/2011/11/Kelly-racing.jpg" alt="Kelly racing" width="300" height="200" /></a></p><p>“Autodesk provides the technology and expertise to streamline our entire design process, so we can beat our competition on the track and in the marketplace. Now that we have incorporated Autodesk Product Design Suite, it has enabled us to further enhance our workflow.”</p><p>Following a race weekend, the drivers brief Kelly Racing’s in-house design and engineering team on what precisely went right and wrong during the race. The designers then set to work with Inventor Professional software to make modifications to the existing car parts that can enhance performance and save the team time. For example, improvements to the front end of the car, in particular the suspension assembly, has increased traction and grip by 8%, leading to faster lap times or shaving 1% of total car weight through design and material optimization.</p><p>Even the most minor modifications play a vital role in a sport where a fraction of a second can be the difference between first and 21<sup>st</sup> place. Engineers then test revised designs with Autodesk Simulation CFD to optimize aerodynamic performance and ensure the components are able to perform at speeds of up to 300 kilometers (188 miles) per hour. Autodesk Simulation Multiphysics software is also used to predict and validate the mechanical performance of the new components. Autodesk Vault Professional data management software helps manage the design process from initial concept to final release, providing the engineering team with greater control over the design process right up until the component or part is manufactured, released to the race department and put on the car.</p><p>Embracing Digital Prototyping has been a winning strategy for Kelly Racing. A new racing team typically takes six or more years to register its first win, but just barely into its third season, Kelly Racing has already scored two victories along with nine podium finishes.</p><p><strong>Autodesk, Inc.</strong></p><p><strong>www.autodesk.com</strong></p><p><a
href="http://www.3dcadtips.com">3D CAD Tips</a></p>]]></content:encoded> <wfw:commentRss>http://www.3dcadtips.com/racing-team-relies-on-suite-of-software-products/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 22/69 queries in 0.018 seconds using disk: basic
Object Caching 1837/2033 objects using disk: basic
Content Delivery Network via Amazon Web Services: S3: wpcore.3dcadtips.s3.amazonaws.com

Served from: www.3dcadtips.com @ 2012-05-17 06:23:14 -->
